MANIFEST.in
requirements.txt
requirements_dxfs.txt
requirements_readline.txt
requirements_setuptools.txt
requirements_test.txt
setup.cfg
setup.py
dxpy/__init__.py
dxpy/api.py
dxpy/app_builder.py
dxpy/app_categories.py
dxpy/compat.py
dxpy/dxlog.py
dxpy/exceptions.py
dxpy/toolkit_version.py
dxpy.egg-info/PKG-INFO
dxpy.egg-info/SOURCES.txt
dxpy.egg-info/dependency_links.txt
dxpy.egg-info/entry_points.txt
dxpy.egg-info/not-zip-safe
dxpy.egg-info/requires.txt
dxpy.egg-info/top_level.txt
dxpy/bindings/__init__.py
dxpy/bindings/auth.py
dxpy/bindings/dxanalysis.py
dxpy/bindings/dxapp.py
dxpy/bindings/dxapp_container_functions.py
dxpy/bindings/dxapplet.py
dxpy/bindings/dxdataobject_functions.py
dxpy/bindings/dxfile.py
dxpy/bindings/dxfile_functions.py
dxpy/bindings/dxgtable.py
dxpy/bindings/dxgtable_functions.py
dxpy/bindings/dxjob.py
dxpy/bindings/dxproject.py
dxpy/bindings/dxrecord.py
dxpy/bindings/dxworkflow.py
dxpy/bindings/search.py
dxpy/cli/__init__.py
dxpy/cli/cp.py
dxpy/cli/download.py
dxpy/cli/exec_io.py
dxpy/cli/org.py
dxpy/cli/parsers.py
dxpy/cli/workflow.py
dxpy/packages/__init__.py
dxpy/packages/shlex.py
dxpy/scripts/__init__.py
dxpy/scripts/dx.py
dxpy/scripts/dx_bed_to_spans.py
dxpy/scripts/dx_build_app.py
dxpy/scripts/dx_build_applet.py
dxpy/scripts/dx_build_report_html.py
dxpy/scripts/dx_csv_to_gtable.py
dxpy/scripts/dx_fastq_to_reads.py
dxpy/scripts/dx_genes_to_gff.py
dxpy/scripts/dx_genes_to_gtf.py
dxpy/scripts/dx_gff_to_genes.py
dxpy/scripts/dx_gtable_to_csv.py
dxpy/scripts/dx_gtable_to_tsv.py
dxpy/scripts/dx_gtf_to_genes.py
dxpy/scripts/dx_mappings_to_fastq.py
dxpy/scripts/dx_mappings_to_sam.py
dxpy/scripts/dx_reads_to_fastq.py
dxpy/scripts/dx_spans_to_bed.py
dxpy/scripts/dx_tsv_to_gtable.py
dxpy/scripts/dx_variants_to_vcf.py
dxpy/templating/__init__.py
dxpy/templating/bash.py
dxpy/templating/cpp.py
dxpy/templating/python.py
dxpy/templating/utils.py
dxpy/templating/templates/Readme.md
dxpy/templating/templates/bash/basic/dxapp.json
dxpy/templating/templates/bash/basic/src/code.sh
dxpy/templating/templates/bash/parallelized/dxapp.json
dxpy/templating/templates/bash/parallelized/src/code.sh
dxpy/templating/templates/bash/scatter-process-gather/dxapp.json
dxpy/templating/templates/bash/scatter-process-gather/src/code.sh
dxpy/templating/templates/cpp/basic/Makefile
dxpy/templating/templates/cpp/basic/dxapp.json
dxpy/templating/templates/cpp/basic/src/CMakeLists.txt
dxpy/templating/templates/cpp/basic/src/Makefile
dxpy/templating/templates/cpp/basic/src/code.cpp
dxpy/templating/templates/cpp/parallelized/Makefile
dxpy/templating/templates/cpp/parallelized/dxapp.json
dxpy/templating/templates/cpp/parallelized/src/CMakeLists.txt
dxpy/templating/templates/cpp/parallelized/src/Makefile
dxpy/templating/templates/cpp/parallelized/src/code.cpp
dxpy/templating/templates/cpp/parallelized/src/run.sh
dxpy/templating/templates/cpp/scatter-process-gather/Makefile
dxpy/templating/templates/cpp/scatter-process-gather/dxapp.json
dxpy/templating/templates/cpp/scatter-process-gather/src/CMakeLists.txt
dxpy/templating/templates/cpp/scatter-process-gather/src/Makefile
dxpy/templating/templates/cpp/scatter-process-gather/src/code.cpp
dxpy/templating/templates/cpp/scatter-process-gather/src/run.sh
dxpy/templating/templates/python/basic/dxapp.json
dxpy/templating/templates/python/basic/src/code.py
dxpy/templating/templates/python/basic/test/test.py
dxpy/templating/templates/python/parallelized/dxapp.json
dxpy/templating/templates/python/parallelized/src/code-input-gtable-output-gtable.py
dxpy/templating/templates/python/parallelized/src/code-input-gtable.py
dxpy/templating/templates/python/parallelized/src/code.py
dxpy/templating/templates/python/parallelized/test/test.py
dxpy/templating/templates/python/scatter-process-gather/dxapp.json
dxpy/templating/templates/python/scatter-process-gather/src/code.py
dxpy/templating/templates/python/scatter-process-gather/test/test.py
dxpy/utils/__init__.py
dxpy/utils/app_unbuilder.py
dxpy/utils/completer.py
dxpy/utils/config.py
dxpy/utils/describe.py
dxpy/utils/exec_utils.py
dxpy/utils/file_load_utils.py
dxpy/utils/genomic_utils.py
dxpy/utils/job_log_client.py
dxpy/utils/local_exec_utils.py
dxpy/utils/pathmatch.py
dxpy/utils/pretty_print.py
dxpy/utils/printing.py
dxpy/utils/resolver.py
dxpy/utils/spelling_corrector.py
dxpy/utils/thread_pool.py
scripts/dx-app-wizard
scripts/dx-download-all-inputs
scripts/dx-fetch-bundled-depends
scripts/dx-jobutil-add-output
scripts/dx-jobutil-dxlink
scripts/dx-jobutil-new-job
scripts/dx-jobutil-parse-link
scripts/dx-jobutil-report-error
scripts/dx-log-stream
scripts/dx-mount
scripts/dx-print-bash-vars
scripts/dx-run-app-locally
scripts/dx-upload-all-outputs
scripts/dx-workflow-to-applet
test/test_dx_app_wizard_and_run_app_locally.py
test/test_dx_bash_helpers.py
test/test_dx_completion.py
test/test_dxclient.py
test/test_dxfs.py
test/test_dxpy.py
test/test_dxpy_utils.py