dxpy 0.372.0__tar.gz → 0.373.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {dxpy-0.372.0 → dxpy-0.373.0}/PKG-INFO +1 -1
- dxpy-0.373.0/dxpy/nextflow/awscli_assets.json +8 -0
- dxpy-0.373.0/dxpy/nextflow/awscli_assets.staging.json +8 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextflow_utils.py +11 -7
- dxpy-0.373.0/dxpy/toolkit_version.py +1 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/PKG-INFO +1 -1
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/SOURCES.txt +2 -0
- dxpy-0.372.0/dxpy/toolkit_version.py +0 -1
- {dxpy-0.372.0 → dxpy-0.373.0}/MANIFEST.in +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/Readme.md +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/api.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/app_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/app_categories.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/asset_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/cmd_line_options_validator.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/data_transformations.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/dataset.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/json_validation_by_schema.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/schemas/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/schemas/assay_filtering_conditions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/schemas/assay_filtering_json_schemas.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/schemas/input_arguments_validation_schemas.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/vizclient.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/vizserver_filters_from_json_parser.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/vizserver_payload_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/auth.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/download_all_inputs.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxanalysis.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxapp.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxapp_container_functions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxapplet.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxdatabase.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxdatabase_functions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxdataobject_functions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxfile.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxfile_functions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxglobalworkflow.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxjob.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxproject.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxrecord.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/dxworkflow.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/mount_all_inputs.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/search.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/cp.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/dataset_utilities.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/download.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/exec_io.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/help_messages.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/org.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/output_handling.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/parsers.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/cli/workflow.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/compat.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging_vep.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_vep.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/cohort_filter_payload.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/column_conditions.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/column_conversion.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/filter_to_payload.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/input_validation.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/input_validation_somatic.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/retrieve_allele_schema.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/retrieve_annotation_schema.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/retrieve_bins.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/retrieve_genotype_schema.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/return_columns_allele.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/return_columns_annotation.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/return_columns_genotype.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/somatic_filter_payload.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dxlog.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/exceptions.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/executable_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/ImageRef.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/ImageRefFactory.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/collect_images.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextaur_assets.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextaur_assets.staging.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextflow_assets.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextflow_assets.staging.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextflow_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/nextflow/nextflow_templates.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/packages/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/scripts/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/scripts/dx.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/scripts/dx_app_wizard.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/scripts/dx_build_app.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/scripts/dx_build_applet.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/ssh_tunnel_app_support.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/system_requirements.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/bash.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/python.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/Readme.md +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/basic/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/basic/src/code.sh +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/parallelized/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/parallelized/src/code.sh +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/scatter-process-gather/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/scatter-process-gather/src/code.sh +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/nextflow/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/nextflow/src/nextflow.sh +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/basic/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/basic/src/code.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/basic/test/test.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/parallelized/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/parallelized/src/code.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/parallelized/test/test.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/dxapp.json +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/src/code.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/test/test.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/__init__.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/batch_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/completer.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/config.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/describe.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/exec_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/executable_unbuilder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/file_handle.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/file_load_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/genomic_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/job_log_client.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/local_exec_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/pathmatch.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/pretty_print.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/printing.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/resolver.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/spelling_corrector.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/utils/version.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy/workflow_builder.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/dependency_links.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/entry_points.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/not-zip-safe +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/requires.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/dxpy.egg-info/top_level.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/requirements.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/requirements_setuptools.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/requirements_test.txt +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-clone-asset +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-docker +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-download-all-inputs +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-fetch-bundled-depends +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-generate-dxapp +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-add-output +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-dxlink +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-get-identity-token +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-new-job +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-parse-link +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-jobutil-report-error +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-log-stream +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-mount-all-inputs +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-notebook-reconnect +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-print-bash-vars +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/scripts/dx-upload-all-outputs +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/setup.cfg +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/setup.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_batch.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_create_cohort.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_describe.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dx-docker.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dx_app_wizard.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dx_bash_helpers.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dx_completion.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dx_symlink.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxabs.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxasset.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxclient.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxpy.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxpy_utils.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_dxunpack.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_extract_assay.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_extract_dataset.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_extract_expression.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_extract_somatic.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_nextflow.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_nextflow_ImageRef.py +0 -0
- {dxpy-0.372.0 → dxpy-0.373.0}/test/test_nextflow_ImageRefFactory.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dxpy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.373.0
|
|
4
4
|
Summary: DNAnexus Platform API bindings for Python
|
|
5
5
|
Home-page: https://github.com/dnanexus/dx-toolkit
|
|
6
6
|
Author: Aleksandra Zalcman, Andrey Kislyuk, Anurag Biyani, Geet Duggal, Katherine Lai, Kurt Jensen, Marek Hrvol, Ohad Rodeh, Phil Sung
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:ap-southeast-2": "record-Ggjx0YQ5qP61v7Q7Qq4QQ2f7",
|
|
3
|
+
"aws:eu-central-1": "record-Ggjx2Jj4jbKyKxGXYfZgpJYy",
|
|
4
|
+
"aws:eu-west-2-g": "record-Ggjx4qBKYFQ35Gp87ybKV28Z",
|
|
5
|
+
"aws:us-east-1": "record-GgjvvP00GFJ5JjG1gX3Jbx6j",
|
|
6
|
+
"azure:westeurope": "record-Ggjx8Z8BxzQqXY9Fv4vXBqpj",
|
|
7
|
+
"azure:westus": "record-GgjxGf89ZB67Bz7f3815qk11"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:ap-southeast-2": "record-Ggjp4Fj50y9Vp27Fx8gB65fY",
|
|
3
|
+
"aws:eu-central-1": "record-Ggjp62Q4PFG1K0g562PKZgbV",
|
|
4
|
+
"aws:eu-west-2-g": "record-Ggjp7K2K60b11G4p2X4X8B98",
|
|
5
|
+
"aws:us-east-1": "record-Ggjp2p009010jB06F520vZQG",
|
|
6
|
+
"azure:westeurope": "record-GgjpB2QB7Vp4Kz8FV25Q68Jv",
|
|
7
|
+
"azure:westus": "record-GgjpJ509bvJ1p27Fx8gB65jg"
|
|
8
|
+
}
|
|
@@ -95,7 +95,7 @@ def write_dxapp(folder, content):
|
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
def get_regional_options(region, resources_dir, profile, cache_docker, nextflow_pipeline_params):
|
|
98
|
-
nextaur_asset, nextflow_asset = get_nextflow_assets(region)
|
|
98
|
+
nextaur_asset, nextflow_asset, awscli_asset = get_nextflow_assets(region)
|
|
99
99
|
regional_instance_type = get_instance_type(region)
|
|
100
100
|
if cache_docker:
|
|
101
101
|
image_refs = run_nextaur_collect(resources_dir, profile, nextflow_pipeline_params)
|
|
@@ -111,7 +111,8 @@ def get_regional_options(region, resources_dir, profile, cache_docker, nextflow_
|
|
|
111
111
|
},
|
|
112
112
|
"assetDepends": [
|
|
113
113
|
{"id": nextaur_asset},
|
|
114
|
-
{"id": nextflow_asset}
|
|
114
|
+
{"id": nextflow_asset},
|
|
115
|
+
{"id": awscli_asset}
|
|
115
116
|
],
|
|
116
117
|
"bundledDepends": image_bundled
|
|
117
118
|
}
|
|
@@ -138,15 +139,18 @@ def get_nextflow_assets(region):
|
|
|
138
139
|
# The order of assets in the tuple is: nextaur, nextflow
|
|
139
140
|
nextaur_assets = path.join(nextflow_basepath, "nextaur_assets.json")
|
|
140
141
|
nextflow_assets = path.join(nextflow_basepath, "nextflow_assets.json")
|
|
142
|
+
awscli_assets = path.join(nextflow_basepath, "awscli_assets.json")
|
|
141
143
|
try:
|
|
142
|
-
with open(nextaur_assets, 'r') as nextaur_f, open(nextflow_assets, 'r') as nextflow_f:
|
|
144
|
+
with open(nextaur_assets, 'r') as nextaur_f, open(nextflow_assets, 'r') as nextflow_f, open(awscli_assets, 'r') as awscli_f:
|
|
143
145
|
nextaur = json.load(nextaur_f)[region]
|
|
144
146
|
nextflow = json.load(nextflow_f)[region]
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
awscli = json.load(awscli_f)[region]
|
|
148
|
+
dxpy.describe(nextaur, fields={}) # existence check
|
|
149
|
+
return nextaur, nextflow, awscli
|
|
147
150
|
except ResourceNotFound:
|
|
148
151
|
nextaur_assets = path.join(nextflow_basepath, "nextaur_assets.staging.json")
|
|
149
152
|
nextflow_assets = path.join(nextflow_basepath, "nextflow_assets.staging.json")
|
|
153
|
+
awscli_assets = path.join(nextflow_basepath, "awscli_assets.staging.json")
|
|
150
154
|
|
|
151
|
-
with open(nextaur_assets, 'r') as nextaur_f, open(nextflow_assets, 'r') as nextflow_f:
|
|
152
|
-
return json.load(nextaur_f)[region], json.load(nextflow_f)[region]
|
|
155
|
+
with open(nextaur_assets, 'r') as nextaur_f, open(nextflow_assets, 'r') as nextflow_f, open(awscli_assets, 'r') as awscli_f:
|
|
156
|
+
return json.load(nextaur_f)[region], json.load(nextflow_f)[region], json.load(awscli_f)[region]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = '0.373.0'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dxpy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.373.0
|
|
4
4
|
Summary: DNAnexus Platform API bindings for Python
|
|
5
5
|
Home-page: https://github.com/dnanexus/dx-toolkit
|
|
6
6
|
Author: Aleksandra Zalcman, Andrey Kislyuk, Anurag Biyani, Geet Duggal, Katherine Lai, Kurt Jensen, Marek Hrvol, Ohad Rodeh, Phil Sung
|
|
@@ -88,6 +88,8 @@ dxpy/dx_extract_utils/somatic_filter_payload.py
|
|
|
88
88
|
dxpy/nextflow/ImageRef.py
|
|
89
89
|
dxpy/nextflow/ImageRefFactory.py
|
|
90
90
|
dxpy/nextflow/__init__.py
|
|
91
|
+
dxpy/nextflow/awscli_assets.json
|
|
92
|
+
dxpy/nextflow/awscli_assets.staging.json
|
|
91
93
|
dxpy/nextflow/collect_images.py
|
|
92
94
|
dxpy/nextflow/nextaur_assets.json
|
|
93
95
|
dxpy/nextflow/nextaur_assets.staging.json
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = '0.372.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/bindings/apollo/schemas/input_arguments_validation_schemas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging.json
RENAMED
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging_vep.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/scatter-process-gather/dxapp.json
RENAMED
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/bash/scatter-process-gather/src/code.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/dxapp.json
RENAMED
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/src/code.py
RENAMED
|
File without changes
|
{dxpy-0.372.0 → dxpy-0.373.0}/dxpy/templating/templates/python/scatter-process-gather/test/test.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|