Fixed merge bug
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@288 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
bef475778f
commit
86fc18e9fc
|
|
@ -179,7 +179,7 @@ public class GenomeAnalysisTK extends CommandLineProgram {
|
|||
rods.add(hapmap); // { gff, dbsnp };
|
||||
}
|
||||
if ( HAPMAP_CHIP_FILE != null ) {
|
||||
ReferenceOrderedData<rodGFF> hapmapChip = new ReferenceOrderedData<rodGFF>(new File(HAPMAP_CHIP_FILE), rodGFF.class );
|
||||
ReferenceOrderedData<rodGFF> hapmapChip = new ReferenceOrderedData<rodGFF>("hapmap-chip", new File(HAPMAP_CHIP_FILE), rodGFF.class );
|
||||
rods.add(hapmapChip);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue