download_multiple_projects.py

Downloads all projects from DNanexus that have the given value for the ‘seq_run_name’ property set. A billing account can be specified in order to limit the project search space to only those belonging to that account.

usage: download_multiple_projects.py [-h] --seq-run-name SEQ_RUN_NAME
                                     --download-dir DOWNLOAD_DIR
                                     [-b BILLING_ACCOUNT_ID]
                                     [-s SKIP_PROJECTS [SKIP_PROJECTS ...]]

Named Arguments

--seq-run-name
The name of the sequencing run, as set by the ‘seq_run_name’ property of a DNAnexus project.
--download-dir
Local directory in which to download the DNAnexus project.
-b, --billing-account-id
 
A DNAnexus user account or org to restrict the project search in DNAnexus.
-s, --skip-projects
 
One ore more DNAnexus project IDs (space delimited) to skip downloading. Useful if you need to download multiple projects that have the same value for the ‘seq_run_name’ property, but not all if, for example some were already downloaded.