Skip to content

Commit

Permalink
roslin_copy_ouputs will copy the bam index files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil committed Dec 19, 2017
1 parent 67b4458 commit 104b116
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/roslin_copy_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ def copy_outputs(cmo_project_id, job_uuid, toil_work_dir, user_out_dir):
data = {
"bam": {
"patterns": [
"outputs/*.bam"
"outputs/*.bam",
"outputs/*.bai"
],
"parallels": 5
},
Expand Down

0 comments on commit 104b116

Please sign in to comment.