New versions of picard-private, sam and picard jars for TileCovariate and regeneration of NM tag
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2456 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
d4ee999ef9
commit
b5e5e27225
|
|
@ -32,8 +32,6 @@ import java.io.FileNotFoundException;
|
|||
|
||||
public class ReferenceOrderedDataPoolTest extends BaseTest {
|
||||
|
||||
private static File sequenceFile = new File(seqLocation + "/references/Homo_sapiens_assembly18/v0/Homo_sapiens_assembly18.fasta");
|
||||
|
||||
private ReferenceOrderedData<? extends ReferenceOrderedDatum> rod = null;
|
||||
|
||||
private final GenomeLoc testSite1 = GenomeLocParser.createGenomeLoc("chrM",10);
|
||||
|
|
@ -42,6 +40,7 @@ public class ReferenceOrderedDataPoolTest extends BaseTest {
|
|||
|
||||
@BeforeClass
|
||||
public static void init() throws FileNotFoundException {
|
||||
File sequenceFile = new File(seqLocation + "/references/Homo_sapiens_assembly18/v0/Homo_sapiens_assembly18.fasta");
|
||||
GenomeLocParser.setupRefContigOrdering(new IndexedFastaSequenceFile(sequenceFile));
|
||||
TabularROD.setDelimiter(TabularROD.DEFAULT_DELIMITER, TabularROD.DEFAULT_DELIMITER_REGEX);
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="edu.mit.broad" module="picard-private-parts" revision="1194" status="integration" publication="20091223171200" />
|
||||
<info organisation="edu.mit.broad" module="picard-private-parts" revision="1198" status="integration" publication="20091228124200" />
|
||||
</ivy-module>
|
||||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="net.sf" module="picard" revision="1.11.221" status="release" />
|
||||
<info organisation="net.sf" module="picard" revision="1.11.225" status="release" />
|
||||
</ivy-module>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="net.sf" module="sam" revision="1.11.221" status="release" />
|
||||
</ivy-module>
|
||||
Binary file not shown.
|
|
@ -0,0 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="net.sf" module="sam" revision="1.11.225" status="release" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue