Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Upgrade to htsjdk 3.0.0. #1812

Merged
merged 2 commits into from
Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def ensureBuildPrerequisites(buildPrerequisitesMessage) {

ensureBuildPrerequisites(buildPrerequisitesMessage)

final htsjdkVersion = System.getProperty('htsjdk.version', '2.24.1')
final htsjdkVersion = System.getProperty('htsjdk.version', '3.0.0')
final googleNio = 'com.google.cloud:google-cloud-nio:0.123.25'

// Get the jdk files we need to run javaDoc. We need to use these during compile, testCompile,
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/picard/vcf/GenotypeConcordance.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Map;
import java.util.Optional;
Expand Down Expand Up @@ -534,7 +535,7 @@ private void writeVcfTuple(final VcfTuple tuple, final VariantContextWriter writ
final List<Allele> callAlleles = alleles.callAlleles();

// Get the alleles present at this site for both samples to use for the output variant context, but remove no calls.
final Set<Allele> siteAlleles = new HashSet<>();
final Set<Allele> siteAlleles = new LinkedHashSet<>();
siteAlleles.addAll(allAlleles);
siteAlleles.remove(Allele.NO_CALL);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
##source=htsbox-pileup-r315
#CHROM POS ID REF ALT QUAL FILTER INFO FORMAT call truth
chr1 18359359 . A G,* 30 . CONC_ST=TP GT:AD 2|1:0,1,1 2|1:0,1,1
chr1 18359383 . AAAGGAAGG GAAGGAAGG,A,*,AAAGGAAGGAAGG 216.73 . CONC_ST=FP,FN GT:AD:DP:GQ:MBQ:MFRL:MMQ:MPOS:PL 2/4:0,5,3:8:76:30,30:0,418,443:60,60:13,18:254,76,159,185,0,175 3|1:0,1,1
chr1 18359383 . AAAGGAAGG *,GAAGGAAGG,A,AAAGGAAGGAAGG 216.73 . CONC_ST=FP,FN GT:AD:DP:GQ:MBQ:MFRL:MMQ:MPOS:PL 3/4:0,5,3:8:76:30,30:0,418,443:60,60:13,18:254,76,159,185,0,175 1|2:0,1,1
chrX 27587985 . AATATATAT A,* 6939.56 . CONC_ST=FP,FN GT:AD:DP:GQ:PL 0/2:16,16,0,0:32:99:522,0,592,571,640,1210,571,640,1210,1210 1/1:0,20