Automating Analysis Workflow
How do I batch (apply to multiple inputs) a workflow that I created on the DNAnexus website?
dx login
dx run "Trio Exome Workflow - Jan 1st 2020 9\:00am"dx cd /path/to/inputs
for i in $(dx ls); do
dx run "Trio Exome Workflow - Jan 1st 2020 9\:00am" --input 0.reads="$i"
doneLast updated
Was this helpful?