@@ -33,7 +33,7 @@ associated with different variant representations.
3333
3434### Download
3535
36- The latest release is 0.1.9 (6 November 2014 ): [ bcbio.variation-0.1.9 -standalone.jar] [ dl ] .
36+ The latest release is 0.2.1 (3 January 2015 ): [ bcbio.variation-0.2.1 -standalone.jar] [ dl ] .
3737Run from the command line:
3838
3939 $ java -jar bcbio.variation-VERSION-standalone.jar [arguments]
@@ -44,7 +44,7 @@ the library for variant comparison, normalization and ensemble calling. Note
4444that bcbio.variation requires Java 1.7 since the underlying GATK libraries are
4545not compatible with earlier versions.
4646
47- [ dl ] : https://github.com/chapmanb/bcbio.variation/releases/download/v0.1.9 /bcbio.variation-0.1.9 -standalone.jar
47+ [ dl ] : https://github.com/chapmanb/bcbio.variation/releases/download/v0.2.1 /bcbio.variation-0.2.1 -standalone.jar
4848
4949### As a library
5050
@@ -131,13 +131,13 @@ metrics associated with variants, reactive filtering and automated scoring.
131131### Run GATK walker for variant statistics
132132
133133 $ lein uberjar
134- $ java -jar target/bcbio.variation-0.0.1-SNAPSHOT -standalone.jar -T VcfSimpleStatsWalker
134+ $ java -jar target/bcbio.variation-RELEASE -standalone.jar -T VcfSimpleStatsWalker
135135 -R test/data/GRCh37.fa --variant test/data/gatk-calls.vcf --out test.png
136136
137137### Run custom GATK annotator
138138
139139 $ lein uberjar
140- $ java -jar target/bcbio.variation-0.0.1-SNAPSHOT -standalone.jar -T VariantAnnotator
140+ $ java -jar target/bcbio.variation-RELEASE -standalone.jar -T VariantAnnotator
141141 -A MeanNeighboringBaseQuality -R test/data/GRCh37.fa -I test/data/aligned-reads.bam
142142 --variant test/data/gatk-calls.vcf -o annotated-file.vcf
143143
0 commit comments