Skip to content

Commit

Permalink
modified: cre.gemini_load.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Jun 11, 2018
1 parent d16d015 commit d49d497
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cre.gemini_load.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ then
vcf=$1
fi

if [ -z $threads ]
then
threads=$2
fi

bname=`basename $vcf .vcf.gz`

#--skip-cadd if no cadd
Expand All @@ -26,4 +31,4 @@ rm $bname.tmp.vcf.gz

#remove --passonly to load all variants
#add --skip-cadd to remove cadd
gemini load --passonly --skip-gerp-bp -v $vcf -t VEP --cores 16 --tempdir . $bname.db
gemini load --passonly --skip-gerp-bp -v $vcf -t VEP --cores $threads --tempdir . $bname.db

0 comments on commit d49d497

Please sign in to comment.