It looks like you're new here. If you want to get involved, click one of these buttons!
Geraldine_VdAuwera
Posts: 2,239Administrator, GSA Official Member admin
The building blocks for Genome STRiP are built out of GATK Walkers and some miscellaneous command line utilities.
If you need to implement a specialized pipeline, you can use these modules directly, using the standard Queue pipelines as a guide. The standard Queue pipelines also use Samtools, BWA and some Picard utilities.
ComputeInsertSizeDistributions
This section documents various utilities and walkers that are not yet available in the production release. These utilities may be available in some of the interim releases (build snapshots) downloadable from our website http://www.broadinstitute.org/software/genomestrip.
Geraldine Van der Auwera, PhD
Comments
Hi. Where can I take a look at the Standard Queue pipelines for SV discovery? Preferably in a form I can undertsnad without knowing about scala?
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Learning scala may be unavoidable :).
If you have downloaded Genome STRiP, you can look at SVDiscovery.q (which must be run after SVPreprocess.q). These "outer" scripts are designed to be relatively simple to make the steps and dependencies easier to understand. Another good tool is to run the scripts omitting the "-run" option which will cause Queue to perform a dry run (like "make -n"). There is also a presentation from a recent workshop that may be helpful: http://www.broadinstitute.org/files/shared/mpg/nextgen2011/nextgen2011_handsaker.pdf
Bob Handsaker, Broad Institute / Harvard Medical School Dept of Genetics
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •