Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Jul 15, 2019
1 parent 1cf40a6 commit 9bf2df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cre.vcfanno.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bname=`basename $vcf .vcf.gz`
prefix=$HOME/cre

vcfanno -p 5 -lua $prefix/cre.vcfanno.lua \
-base-path /hpf/largeprojects/ccmbio/naumenko/tools/bcbio/genomes/Hsapiens/GRCh37 \
-base-path /hpf/largeprojects/ccmbio/naumenko/tools/bcbio_1.1.5/genomes/Hsapiens/GRCh37 \
$prefix/cre.vcfanno.conf \
$vcf | sed -e 's/Number=A/Number=1/g' | bgzip -c > $bname.annotated.vcf.gz

Expand Down

0 comments on commit 9bf2df8

Please sign in to comment.