dxpy 0.381.0__tar.gz → 0.383.1__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.381.0 → dxpy-0.383.1}/PKG-INFO +1 -1
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/__init__.py +2 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/collect_images.py +4 -1
- dxpy-0.383.1/dxpy/nextflow/nextaur_assets.json +8 -0
- dxpy-0.383.1/dxpy/nextflow/nextaur_assets.staging.json +8 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/scripts/dx.py +3 -4
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/nextflow/src/nextflow.sh +0 -4
- dxpy-0.383.1/dxpy/toolkit_version.py +1 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/PKG-INFO +1 -1
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxclient.py +23 -0
- dxpy-0.381.0/dxpy/nextflow/nextaur_assets.json +0 -8
- dxpy-0.381.0/dxpy/nextflow/nextaur_assets.staging.json +0 -8
- dxpy-0.381.0/dxpy/toolkit_version.py +0 -1
- {dxpy-0.381.0 → dxpy-0.383.1}/MANIFEST.in +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/Readme.md +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/api.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/app_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/app_categories.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/asset_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/cmd_line_options_validator.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/data_transformations.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/dataset.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/json_validation_by_schema.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/schemas/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/schemas/assay_filtering_conditions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/schemas/assay_filtering_json_schemas.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/schemas/input_arguments_validation_schemas.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/vizclient.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/vizserver_filters_from_json_parser.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/apollo/vizserver_payload_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/auth.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/download_all_inputs.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxanalysis.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxapp.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxapp_container_functions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxapplet.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxdatabase.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxdatabase_functions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxdataobject_functions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxfile.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxfile_functions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxglobalworkflow.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxjob.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxproject.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxrecord.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/dxworkflow.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/mount_all_inputs.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/bindings/search.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/cp.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/dataset_utilities.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/download.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/exec_io.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/help_messages.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/org.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/output_handling.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/parsers.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/cli/workflow.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/compat.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging_vep.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_vep.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/cohort_filter_payload.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/column_conditions.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/column_conversion.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/filter_to_payload.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/germline_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/input_validation.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/input_validation_somatic.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/retrieve_allele_schema.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/retrieve_annotation_schema.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/retrieve_bins.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/retrieve_genotype_schema.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/return_columns_allele.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/return_columns_annotation.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/return_columns_genotype.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/return_columns_genotype_only.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/somatic_filter_payload.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/dxlog.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/exceptions.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/executable_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/ImageRef.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/ImageRefFactory.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/awscli_assets.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/awscli_assets.staging.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/nextflow_assets.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/nextflow_assets.staging.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/nextflow_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/nextflow_templates.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/nextflow/nextflow_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/packages/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/scripts/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/scripts/dx_app_wizard.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/scripts/dx_build_app.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/scripts/dx_build_applet.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/ssh_tunnel_app_support.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/system_requirements.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/bash.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/python.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/Readme.md +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/basic/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/basic/src/code.sh +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/parallelized/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/parallelized/src/code.sh +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/scatter-process-gather/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/scatter-process-gather/src/code.sh +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/nextflow/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/basic/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/basic/src/code.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/basic/test/test.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/parallelized/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/parallelized/src/code.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/parallelized/test/test.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/scatter-process-gather/dxapp.json +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/scatter-process-gather/src/code.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/scatter-process-gather/test/test.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/__init__.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/batch_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/completer.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/config.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/describe.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/exec_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/executable_unbuilder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/file_handle.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/file_load_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/genomic_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/job_log_client.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/local_exec_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/pathmatch.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/pretty_print.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/printing.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/resolver.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/spelling_corrector.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/utils/version.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy/workflow_builder.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/SOURCES.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/dependency_links.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/entry_points.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/not-zip-safe +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/requires.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/dxpy.egg-info/top_level.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/requirements.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/requirements_setuptools.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/requirements_test.txt +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-clone-asset +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-docker +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-download-all-inputs +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-fetch-bundled-depends +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-generate-dxapp +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-add-output +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-dxlink +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-get-identity-token +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-new-job +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-parse-link +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-jobutil-report-error +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-log-stream +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-mount-all-inputs +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-notebook-reconnect +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-print-bash-vars +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/scripts/dx-upload-all-outputs +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/setup.cfg +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/setup.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_batch.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_create_cohort.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_describe.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dx-docker.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dx_app_wizard.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dx_bash_helpers.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dx_completion.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dx_symlink.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxabs.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxasset.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxpy.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxpy_utils.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_dxunpack.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_extract_assay.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_extract_dataset.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_extract_expression.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_extract_somatic.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_nextflow.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/test/test_nextflow_ImageRef.py +0 -0
- {dxpy-0.381.0 → dxpy-0.383.1}/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.383.1
|
|
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
|
|
@@ -661,6 +661,8 @@ class DXDataObject(DXObject):
|
|
|
661
661
|
elapsed = 0
|
|
662
662
|
i = 0
|
|
663
663
|
describe_input = {"fields": {"parts": True, "state": True}}
|
|
664
|
+
if self._proj is not None:
|
|
665
|
+
describe_input["project"] = self._proj
|
|
664
666
|
while True:
|
|
665
667
|
describe = self._describe(self._dxid, describe_input, **kwargs)
|
|
666
668
|
state, parts = describe["state"], describe["parts"]
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
# under the License.
|
|
19
19
|
|
|
20
20
|
import json
|
|
21
|
+
import os.path
|
|
21
22
|
import subprocess
|
|
22
23
|
from dxpy.nextflow.ImageRefFactory import ImageRefFactory, ImageRefFactoryError
|
|
23
24
|
|
|
@@ -66,7 +67,9 @@ def run_nextaur_collect(resources_dir, profile, nextflow_pipeline_params):
|
|
|
66
67
|
pipeline_params_arg = "pipelineParams={}".format(nextflow_pipeline_params) if nextflow_pipeline_params else ""
|
|
67
68
|
profile_arg = "profile={}".format(profile) if profile else ""
|
|
68
69
|
nextaur_cmd = " ".join([base_cmd, pipeline_params_arg, profile_arg])
|
|
69
|
-
|
|
70
|
+
process = subprocess.run(nextaur_cmd, shell=True, capture_output=True, text=True)
|
|
71
|
+
if not os.path.exists(CONTAINERS_JSON):
|
|
72
|
+
raise ImageRefFactoryError(process.stdout)
|
|
70
73
|
with open(CONTAINERS_JSON, "r") as json_file:
|
|
71
74
|
image_refs = json.load(json_file).get("processes", None)
|
|
72
75
|
if not image_refs:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:ap-southeast-2": "record-GpzQzk852Z6F46605Q45G2fk",
|
|
3
|
+
"aws:eu-central-1": "record-GpzV15j4Gp5b5GpyJ67GX24x",
|
|
4
|
+
"aws:eu-west-2-g": "record-GpzV2xXKqzvbxk4z6884j8jQ",
|
|
5
|
+
"aws:us-east-1": "record-GpzQxg00Zb6YVFZ1bBJ0QFQY",
|
|
6
|
+
"azure:westeurope": "record-GpzV6kQBGXPfFK2jBq1P5fqK",
|
|
7
|
+
"azure:westus": "record-GpzVFv894pgvz7qyjKY3GJbG"
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:ap-southeast-2": "record-GpyvF1Q5Ky99FPzYYgZKK1VP",
|
|
3
|
+
"aws:eu-central-1": "record-GpyvGVj4gv75gPB1F7jP18kx",
|
|
4
|
+
"aws:eu-west-2-g": "record-GpyvJbBKVkbzYxqfQ409202F",
|
|
5
|
+
"aws:us-east-1": "record-Gpyv8jj023vP2x068G1bZ7Zz",
|
|
6
|
+
"azure:westeurope": "record-GpyvQvQB69bFPJZFgY0J3807",
|
|
7
|
+
"azure:westus": "record-GpyvZ3Q9vf40pyGqgb5G7Kvp"
|
|
8
|
+
}
|
|
@@ -1185,12 +1185,11 @@ def describe(args):
|
|
|
1185
1185
|
# Always retrieve details too (just maybe don't render them)
|
|
1186
1186
|
json_input["details"] = True
|
|
1187
1187
|
if is_data_obj_id(args.path):
|
|
1188
|
-
#
|
|
1188
|
+
# Prefer the current project's version if possible
|
|
1189
1189
|
if dxpy.WORKSPACE_ID is not None:
|
|
1190
1190
|
try:
|
|
1191
|
-
# But only put it in the JSON if you still have
|
|
1192
|
-
|
|
1193
|
-
dxpy.api.project_list_folder(dxpy.WORKSPACE_ID)
|
|
1191
|
+
# But only put it in the JSON if you still have access
|
|
1192
|
+
dxpy.api.project_describe(dxpy.WORKSPACE_ID, input_params={"fields": {"id": True}})
|
|
1194
1193
|
json_input['project'] = dxpy.WORKSPACE_ID
|
|
1195
1194
|
except dxpy.DXAPIError as e:
|
|
1196
1195
|
if not isinstance(e, ResourceNotFound):
|
|
@@ -45,10 +45,6 @@ main() {
|
|
|
45
45
|
validate_run_opts
|
|
46
46
|
|
|
47
47
|
# set default NXF env constants
|
|
48
|
-
|
|
49
|
-
# Disable use of newer flag --cpus when running Docker
|
|
50
|
-
# Can be enabled when Docker version on DNAnexus workers supports it
|
|
51
|
-
export NXF_DOCKER_LEGACY=true
|
|
52
48
|
export NXF_HOME=/opt/nextflow
|
|
53
49
|
export NXF_ANSI_LOG=false
|
|
54
50
|
export NXF_PLUGINS_DEFAULT=nextaur@$NXF_PLUGINS_VERSION
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
version = '0.383.1'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dxpy
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.383.1
|
|
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
|
|
@@ -6799,6 +6799,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6799
6799
|
exp = {
|
|
6800
6800
|
"level": "MEMBER",
|
|
6801
6801
|
"allowBillableActivities": False,
|
|
6802
|
+
"cloudIntegrationManagement": False,
|
|
6802
6803
|
"appAccess": True,
|
|
6803
6804
|
"projectAccess": "CONTRIBUTE",
|
|
6804
6805
|
"id": user_id
|
|
@@ -6817,6 +6818,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6817
6818
|
exp = {
|
|
6818
6819
|
"level": "MEMBER",
|
|
6819
6820
|
"allowBillableActivities": False,
|
|
6821
|
+
"cloudIntegrationManagement": False,
|
|
6820
6822
|
"appAccess": True,
|
|
6821
6823
|
"projectAccess": "CONTRIBUTE",
|
|
6822
6824
|
"id": user_id
|
|
@@ -6833,6 +6835,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6833
6835
|
exp = {
|
|
6834
6836
|
"level": "MEMBER",
|
|
6835
6837
|
"allowBillableActivities": True,
|
|
6838
|
+
"cloudIntegrationManagement": False,
|
|
6836
6839
|
"appAccess": False,
|
|
6837
6840
|
"projectAccess": "VIEW",
|
|
6838
6841
|
"id": user_id
|
|
@@ -6850,6 +6853,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6850
6853
|
exp = {
|
|
6851
6854
|
"level": "ADMIN",
|
|
6852
6855
|
"allowBillableActivities": True,
|
|
6856
|
+
"cloudIntegrationManagement": False,
|
|
6853
6857
|
"appAccess": True,
|
|
6854
6858
|
"projectAccess": "ADMINISTER",
|
|
6855
6859
|
"id": user_id
|
|
@@ -6871,6 +6875,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6871
6875
|
exp = {
|
|
6872
6876
|
"level": "MEMBER",
|
|
6873
6877
|
"allowBillableActivities": True,
|
|
6878
|
+
"cloudIntegrationManagement": False,
|
|
6874
6879
|
"appAccess": True,
|
|
6875
6880
|
"projectAccess": "VIEW",
|
|
6876
6881
|
"id": user_id
|
|
@@ -6887,6 +6892,7 @@ class TestDXClientNewUser(DXTestCase):
|
|
|
6887
6892
|
exp = {
|
|
6888
6893
|
"level": "ADMIN",
|
|
6889
6894
|
"allowBillableActivities": True,
|
|
6895
|
+
"cloudIntegrationManagement": False,
|
|
6890
6896
|
"appAccess": True,
|
|
6891
6897
|
"projectAccess": "ADMINISTER",
|
|
6892
6898
|
"id": user_id
|
|
@@ -6962,6 +6968,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
6962
6968
|
exp_membership = {"id": self.user_id,
|
|
6963
6969
|
"level": "ADMIN",
|
|
6964
6970
|
"allowBillableActivities": True,
|
|
6971
|
+
"cloudIntegrationManagement": False,
|
|
6965
6972
|
"appAccess": True,
|
|
6966
6973
|
"projectAccess": "ADMINISTER"}
|
|
6967
6974
|
membership = self._org_find_members(self.user_id)
|
|
@@ -6973,6 +6980,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
6973
6980
|
exp_membership = {"id": self.user_id,
|
|
6974
6981
|
"level": "MEMBER",
|
|
6975
6982
|
"allowBillableActivities": False,
|
|
6983
|
+
"cloudIntegrationManagement": False,
|
|
6976
6984
|
"appAccess": True,
|
|
6977
6985
|
"projectAccess": "CONTRIBUTE"}
|
|
6978
6986
|
membership = self._org_find_members(self.user_id)
|
|
@@ -6986,6 +6994,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
6986
6994
|
exp_membership = {"id": self.user_id,
|
|
6987
6995
|
"level": "ADMIN",
|
|
6988
6996
|
"allowBillableActivities": True,
|
|
6997
|
+
"cloudIntegrationManagement": False,
|
|
6989
6998
|
"appAccess": True,
|
|
6990
6999
|
"projectAccess": "ADMINISTER"}
|
|
6991
7000
|
membership = self._org_find_members(self.user_id)
|
|
@@ -6998,6 +7007,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
6998
7007
|
exp_membership = {"id": self.user_id,
|
|
6999
7008
|
"level": "MEMBER",
|
|
7000
7009
|
"allowBillableActivities": True,
|
|
7010
|
+
"cloudIntegrationManagement": False,
|
|
7001
7011
|
"appAccess": False,
|
|
7002
7012
|
"projectAccess": "NONE"}
|
|
7003
7013
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7031,6 +7041,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7031
7041
|
exp_membership = {"id": self.user_id,
|
|
7032
7042
|
"level": "ADMIN",
|
|
7033
7043
|
"allowBillableActivities": True,
|
|
7044
|
+
"cloudIntegrationManagement": False,
|
|
7034
7045
|
"appAccess": True,
|
|
7035
7046
|
"projectAccess": "ADMINISTER"}
|
|
7036
7047
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7046,6 +7057,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7046
7057
|
exp_membership = {"id": self.user_id,
|
|
7047
7058
|
"level": "ADMIN",
|
|
7048
7059
|
"allowBillableActivities": True,
|
|
7060
|
+
"cloudIntegrationManagement": False,
|
|
7049
7061
|
"appAccess": True,
|
|
7050
7062
|
"projectAccess": "ADMINISTER"}
|
|
7051
7063
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7093,6 +7105,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7093
7105
|
exp_membership = {"id": self.user_id,
|
|
7094
7106
|
"level": "ADMIN",
|
|
7095
7107
|
"allowBillableActivities": True,
|
|
7108
|
+
"cloudIntegrationManagement": False,
|
|
7096
7109
|
"appAccess": True,
|
|
7097
7110
|
"projectAccess": "ADMINISTER"}
|
|
7098
7111
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7155,6 +7168,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7155
7168
|
exp_membership = {"id": self.user_id,
|
|
7156
7169
|
"level": "ADMIN",
|
|
7157
7170
|
"allowBillableActivities": True,
|
|
7171
|
+
"cloudIntegrationManagement": False,
|
|
7158
7172
|
"appAccess": True,
|
|
7159
7173
|
"projectAccess": "ADMINISTER"}
|
|
7160
7174
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7165,6 +7179,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7165
7179
|
exp_membership = {"id": self.user_id,
|
|
7166
7180
|
"level": "MEMBER",
|
|
7167
7181
|
"allowBillableActivities": False,
|
|
7182
|
+
"cloudIntegrationManagement": False,
|
|
7168
7183
|
"projectAccess": "VIEW",
|
|
7169
7184
|
"appAccess": True}
|
|
7170
7185
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7175,6 +7190,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7175
7190
|
exp_membership = {"id": self.user_id,
|
|
7176
7191
|
"level": "MEMBER",
|
|
7177
7192
|
"allowBillableActivities": True,
|
|
7193
|
+
"cloudIntegrationManagement": False,
|
|
7178
7194
|
"projectAccess": "VIEW",
|
|
7179
7195
|
"appAccess": False}
|
|
7180
7196
|
|
|
@@ -7189,6 +7205,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7189
7205
|
exp = {"id": self.user_id,
|
|
7190
7206
|
"level": "ADMIN",
|
|
7191
7207
|
"allowBillableActivities": True,
|
|
7208
|
+
"cloudIntegrationManagement": False,
|
|
7192
7209
|
"projectAccess": "ADMINISTER",
|
|
7193
7210
|
"appAccess": True}
|
|
7194
7211
|
membership_response = self._org_find_members(self.user_id)
|
|
@@ -7199,6 +7216,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7199
7216
|
"level": "MEMBER",
|
|
7200
7217
|
"allowBillableActivities": False,
|
|
7201
7218
|
"projectAccess": "CONTRIBUTE",
|
|
7219
|
+
"cloudIntegrationManagement": False,
|
|
7202
7220
|
"appAccess": True}
|
|
7203
7221
|
membership_response = self._org_find_members(self.user_id)
|
|
7204
7222
|
self.assertEqual(membership_response, exp)
|
|
@@ -7208,6 +7226,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7208
7226
|
exp = {"id": self.user_id,
|
|
7209
7227
|
"level": "MEMBER",
|
|
7210
7228
|
"allowBillableActivities": True,
|
|
7229
|
+
"cloudIntegrationManagement": False,
|
|
7211
7230
|
"projectAccess": "CONTRIBUTE",
|
|
7212
7231
|
"appAccess": True}
|
|
7213
7232
|
membership_response = self._org_find_members(self.user_id)
|
|
@@ -7257,6 +7276,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7257
7276
|
exp_membership = {"id": self.user_id,
|
|
7258
7277
|
"level": "MEMBER",
|
|
7259
7278
|
"allowBillableActivities": False,
|
|
7279
|
+
"cloudIntegrationManagement": False,
|
|
7260
7280
|
"appAccess": True,
|
|
7261
7281
|
"projectAccess": "UPLOAD"}
|
|
7262
7282
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7273,6 +7293,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7273
7293
|
exp_membership = {"id": self.user_id,
|
|
7274
7294
|
"level": "ADMIN",
|
|
7275
7295
|
"allowBillableActivities": True,
|
|
7296
|
+
"cloudIntegrationManagement": False,
|
|
7276
7297
|
"appAccess": True,
|
|
7277
7298
|
"projectAccess": "ADMINISTER"}
|
|
7278
7299
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7299,6 +7320,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7299
7320
|
exp_membership = {"id": self.user_id,
|
|
7300
7321
|
"level": "MEMBER",
|
|
7301
7322
|
"allowBillableActivities": False,
|
|
7323
|
+
"cloudIntegrationManagement": False,
|
|
7302
7324
|
"appAccess": True,
|
|
7303
7325
|
"projectAccess": "UPLOAD"}
|
|
7304
7326
|
membership = self._org_find_members(self.user_id)
|
|
@@ -7315,6 +7337,7 @@ class TestDXClientMembership(DXTestCase):
|
|
|
7315
7337
|
exp_membership = {"id": self.user_id,
|
|
7316
7338
|
"level": "ADMIN",
|
|
7317
7339
|
"allowBillableActivities": True,
|
|
7340
|
+
"cloudIntegrationManagement": False,
|
|
7318
7341
|
"appAccess": True,
|
|
7319
7342
|
"projectAccess": "ADMINISTER"}
|
|
7320
7343
|
membership = self._org_find_members(self.user_id)
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aws:ap-southeast-2": "record-GkBJ6405j8p425gQBZ7k8bQ2",
|
|
3
|
-
"aws:eu-central-1": "record-GkBJ7xj4Kx3fkX2ZYXZff26K",
|
|
4
|
-
"aws:eu-west-2-g": "record-GkBJB42K37yxbZz9xg2XFzq9",
|
|
5
|
-
"aws:us-east-1": "record-GkBJ3380P8VyqFk5Zy7B6j6Z",
|
|
6
|
-
"azure:westeurope": "record-GkBJJFQBPGZFPxgpG6X19y2V",
|
|
7
|
-
"azure:westus": "record-GkBJV489GKBFK2fvJBp30QbP"
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"aws:ap-southeast-2": "record-GkBJ06Q5KKF2j13Z10P326PZ",
|
|
3
|
-
"aws:eu-central-1": "record-GkBJ1jj4KXKxZ6KZkbqBv4k1",
|
|
4
|
-
"aws:eu-west-2-g": "record-GkBJ33XK7pkkY6JZ29zFZ9pV",
|
|
5
|
-
"aws:us-east-1": "record-GkB8gQj0J43977ZQ6z8gP7kq",
|
|
6
|
-
"azure:westeurope": "record-GkBJ688BkjvGx6q414zKjzzx",
|
|
7
|
-
"azure:westus": "record-GkBJ9X09pP8J8ZjzVGbPQBK0"
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
version = '0.381.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
|
{dxpy-0.381.0 → dxpy-0.383.1}/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.381.0 → dxpy-0.383.1}/dxpy/dx_extract_utils/Homo_sapiens_genes_manifest_staging.json
RENAMED
|
File without changes
|
{dxpy-0.381.0 → dxpy-0.383.1}/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
|
|
File without changes
|
{dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/bash/scatter-process-gather/dxapp.json
RENAMED
|
File without changes
|
{dxpy-0.381.0 → dxpy-0.383.1}/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
|
{dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/scatter-process-gather/dxapp.json
RENAMED
|
File without changes
|
{dxpy-0.381.0 → dxpy-0.383.1}/dxpy/templating/templates/python/scatter-process-gather/src/code.py
RENAMED
|
File without changes
|
{dxpy-0.381.0 → dxpy-0.383.1}/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
|