Changes between Version 15 and Version 16 of SnpCallingPipeline


Ignore:
Timestamp:
Oct 16, 2010 5:46:02 PM (13 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SnpCallingPipeline

    v15 v16  
    1818
    1919        subgraph cluster_0 {
     20                style=filled;
     21                color=lightgrey;
     22                node [style=filled,color=white];
     23                "reference.fasta" -> RealignerTargetCreator -> "realign.intervals"
     24                "indelcalls.vcf"-> RealignerTargetCreator
     25                dbsnp -> RealignerTargetCreator
     26                label = "Per genome";
     27        }
     28
     29        subgraph cluster_1 {
    2030                style=filled;
    2131                color=lightgrey;
     
    2636        }
    2737
    28       subgraph cluster_1 {
     38      subgraph cluster_2 {
    2939                style=filled;
    3040                color=lightgrey;