Changes between Version 31 and Version 32 of SnpCallingPipeline
- Timestamp:
- Oct 16, 2010 6:24:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SnpCallingPipeline
v31 v32 10 10 == Simplified Overview == 11 11 12 This simplified overview hides intermediate sort and indexing steps.12 This simplified overview this schema hides intermediate sort and indexing steps and only shows data inputs/outputs first time they occur. 13 13 14 14 {{{#!graphviz … … 45 45 color=lightgrey; 46 46 node [style=filled,color=white]; 47 "flowcell_lane.aligned.bam" -> Merge -> " sample.aligned.bam" -> "IndelRealigner"-> FixMateInformation48 "flowcell_lane2.aligned.bam" -> Merge 47 "flowcell_lane.aligned.bam" -> Merge -> "IndelRealigner"-> FixMateInformation 48 "flowcell_lane2.aligned.bam" -> Merge -> "sample.aligned.bam" 49 49 "flowcell_lane3.aligned.bam" -> Merge 50 50 FixMateInformation -> IndelGenotyperV2 -> FilterSingleCalls -> UnifiedGenotyper -> Filtration -> VariantEval -> "QC reports"