add_props_to_project.py
Given a DNAnexus project ID, or a file containing multiple DNAnexus project IDs (one per line),
adds one or more properties to each project. Properties are specified as positional key=value arguments.
usage: add_props_to_project.py [-h]
(--dx-project-id DX_PROJECT_ID | --infile INFILE)
props [props ...]
Positional Arguments
|
props |
- One or more key=value positional arguments, each
- representing a property key and value pair.
|
Named Arguments
|
--dx-project-id |
| | The DNAnexus project ID to add properties too. |
|
--infile |
File of DNAnexus project IDs, one per line. Empty lines and lines starting with ‘#’ will be skipped.
|