- update picard, sam, variants and tribble after fixing bug in BCF2Utils.makeDictionary as reported in ticket 52571227
- update call for VCFSimpleHeaderLine constructor in GATKVCFUtils
This commit is contained in:
parent
ec0c33890a
commit
0f5bb706ff
|
|
@ -75,7 +75,7 @@ public class GATKVCFUtils {
|
|||
attributes.put("Date", date.toString());
|
||||
attributes.put("Epoch", Long.toString(date.getTime()));
|
||||
attributes.put("CommandLineOptions", engine.createApproximateCommandLineArgumentString(argumentSources.toArray()));
|
||||
return new VCFSimpleHeaderLine(GATK_COMMAND_LINE_KEY, attributes, Collections.<String>emptyList());
|
||||
return new VCFSimpleHeaderLine(GATK_COMMAND_LINE_KEY, attributes);
|
||||
}
|
||||
|
||||
public static <T extends Feature> Map<String, VCFHeader> getVCFHeadersFromRods(GenomeAnalysisEngine toolkit, List<RodBinding<T>> rodBindings) {
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="net.sf" module="picard" revision="1.96.1525" status="release" />
|
||||
<info organisation="net.sf" module="picard" revision="1.96.1534" status="release" />
|
||||
</ivy-module>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="net.sf" module="sam" revision="1.96.1525" 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.96.1534" status="release" />
|
||||
</ivy-module>
|
||||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.broad" module="tribble" revision="1.96.1526" status="integration" />
|
||||
<info organisation="org.broad" module="tribble" revision="1.96.1534" status="integration" />
|
||||
</ivy-module>
|
||||
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
|||
<ivy-module version="1.0">
|
||||
<info organisation="org.broadinstitute" module="variant" revision="1.96.1525" status="integration" />
|
||||
<info organisation="org.broadinstitute" module="variant" revision="1.96.1534" status="integration" />
|
||||
</ivy-module>
|
||||
Loading…
Reference in New Issue