Merge pull request #1276 from broadinstitute/gvda-remove_unneeded_dependency

Remove unneeded dependency
This commit is contained in:
Geraldine Van der Auwera 2016-01-21 16:51:34 -05:00
commit 76817fe5ec
2 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,6 @@ import com.google.java.contract.Requires;
import htsjdk.samtools.reference.IndexedFastaSequenceFile;
import htsjdk.samtools.util.IntervalTree;
import htsjdk.samtools.SAMSequenceRecord;
import oracle.jrockit.jfr.StringConstantPool;
import org.apache.log4j.Logger;
import htsjdk.tribble.Feature;
import org.broadinstitute.gatk.engine.samples.Trio;
@ -755,4 +754,4 @@ public class VariantEval extends RodWalker<Integer, Integer> implements TreeRedu
public boolean ignoreAC0Sites() {
return ! keepSitesWithAC0;
}
}
}

View File

@ -177,7 +177,7 @@ public class SequenceDictionaryUtils {
case OUT_OF_ORDER: {
UserException ex = new UserException.IncompatibleSequenceDictionaries(
"The contig order in " + name1 + " and " + name2 + "is not "
"The contig order in " + name1 + " and " + name2 + " is not "
+ "the same; to fix this please see: "
+ "(https://www.broadinstitute.org/gatk/guide/article?id=1328), "
+ " which describes reordering contigs in BAM and VCF files.",