Changes between Version 47 and Version 48 of SnpCallingPipeline
- Timestamp:
- Oct 18, 2010 4:51:17 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SnpCallingPipeline
v47 v48 1 1 = SNP calling pipeline = 2 2 Status: Alpha 3 4 3 Authors: Freerk van Dijk, Morris Swertz 5 4 6 Based on [http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit Broad GATK pipeline]. 7 8 To perform the analysis as fast and good as possible the pipeline has been divided into several small processes. These processes are all numbered and can be found below, including commands, input and output files starting with pre-alignment and ending with variation calling & filtering. 9 5 This is the documentation of the BBMRI-NL snp calling pipeline based on the [http://www.broadinstitute.org/gsa/wiki/index.php/The_Genome_Analysis_Toolkit Broad GATK]. It consists of the following three workflows: 10 6 * SnpCallingPipeline/ReferencePreparation 11 7 * SnpCallingPipeline/AlignmentAndCleaning 12 8 * SnpCallingPipeline/VariantCalling 13 14 9 == Schematic Overview == 15 10 … … 77 72 78 73 [[TOC(SnpCallingPipeline/ReferencePreparation,SnpCallingPipeline/AlignmentAndCleaning,SnpCallingPipeline/VariantCalling,inline,noheading)]] 79 80