Skip to content

Commit

Permalink
Bump library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Turner committed Dec 7, 2018
1 parent b518520 commit b8fceaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/bcftools
Submodule bcftools updated 77 files
+8 −0 call.h
+14 −6 consensus.c
+176 −10 convert.c
+143 −30 csq.c
+96 −48 doc/bcftools.1
+64 −52 doc/bcftools.html
+32 −20 doc/bcftools.txt
+49 −14 filter.c
+19 −10 mcall.c
+1 −1 misc/demo-flt.pl
+1 −1 misc/plot-roh.py
+2 −2 mpileup.c
+5 −5 plugins/fill-tags.c
+376 −0 plugins/gvcfz.c
+124 −13 plugins/trio-stats.c
+1 −1 test/consensus3.2.out
+1 −1 test/consensus3.out
+11 −0 test/consensus4.out
+14 −0 test/consensus4.vcf
+5,307 −0 test/csq/ENST00000263103-INS/ENST00000263103-INS.fa
+1 −0 test/csq/ENST00000263103-INS/ENST00000263103-INS.fa.fai
+44 −0 test/csq/ENST00000263103-INS/ENST00000263103-INS.gff
+21 −0 test/csq/ENST00000263103-INS/insertions.txt
+15 −0 test/csq/ENST00000263103-INS/insertions.vcf
+331 −0 test/csq/ENST00000420190/ENST00000420190.fa
+1 −0 test/csq/ENST00000420190/ENST00000420190.fa.fai
+15 −0 test/csq/ENST00000420190/ENST00000420190.gff
+4 −0 test/csq/ENST00000420190/abort-in-csq-push.txt
+10 −0 test/csq/ENST00000420190/abort-in-csq-push.vcf
+2 −2 test/fill-tags-hemi.1.out
+2 −2 test/fill-tags-hemi.2.out
+20 −0 test/fill-tags-hwe.out
+9 −0 test/fill-tags-hwe.vcf
+7 −0 test/gvcfz.1.out
+7 −0 test/gvcfz.2.1.out
+25 −0 test/gvcfz.2.out
+2,627 −0 test/gvcfz.2.vcf
+2,630 −0 test/gvcfz.vcf
+4 −0 test/mpileup.3.tab
+275 −0 test/mpileup.3.vcf
+5 −0 test/mpileup.4.tab
+97 −0 test/mpileup.4.vcf
+6 −0 test/mpileup.5.tab
+576 −0 test/mpileup.5.vcf
+18 −0 test/mpileup.6.tab
+15 −0 test/mpileup.7.tab
+20 −0 test/mpileup.cAls.3.out
+21 −0 test/mpileup.cAls.4.out
+22 −0 test/mpileup.cAls.5.out
+38 −0 test/mpileup.cAls.6.out
+61 −0 test/mpileup.cAls.7.out
+2 −2 test/mpileup/indel-AD.1.out
+2 −2 test/mpileup/mpileup.1.out
+2 −2 test/mpileup/mpileup.10.out
+2 −2 test/mpileup/mpileup.11.out
+2 −2 test/mpileup/mpileup.2.out
+2 −2 test/mpileup/mpileup.3.out
+2 −2 test/mpileup/mpileup.4.out
+2 −2 test/mpileup/mpileup.5.out
+2 −2 test/mpileup/mpileup.6.out
+2 −2 test/mpileup/mpileup.7.out
+2 −2 test/mpileup/mpileup.8.out
+2 −2 test/mpileup/mpileup.9.out
+14 −0 test/norm.rmdup.2.1.out
+11 −0 test/norm.rmdup.2.2.out
+14 −0 test/norm.rmdup.2.vcf
+3 −0 test/query.63.out
+13 −0 test/query.64.out
+12 −0 test/query.65.out
+19 −0 test/query.pbinom.1.vcf
+21 −2 test/test.pl
+4 −4 test/trio-stats.out
+1 −0 test/trio-stats.vcf
+220 −23 vcfcall.c
+11 −3 vcffilter.c
+29 −22 vcfnorm.c
+6 −7 vcfsort.c
2 changes: 1 addition & 1 deletion libs/htslib

0 comments on commit b8fceaa

Please sign in to comment.