Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Updated revert WDL to split RGs up front for scalability #99
Conversation
|
Small-scale test c929d447-96b0-4f71-8124-12ed3bf180ef |
|
SplitByRG works great but a weird error occurs when running RevertSam on the output RG bams:
Validating the RG files now at b7b927df-2d05-4d4f-95c3-957208925734. |
| disks: "local-disk " + disk_size + " HDD" | ||
| memory: mem_size | ||
| } | ||
| output { | ||
| - Array[File] unmapped_bams = glob("*.bam") | ||
| + File unmapped_bam = "${output_name}" |
cjllanwarne
Apr 3, 2017
•
Contributor
This could (probably should) just be File unmapped_bam = output_name
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vdauwera commentedMar 6, 2017
Splitting by RG up front makes RevertSam far more scalable (in part by avoiding a huge sort step) and allows us to scatter the reversion.