Skip to content

Commit

Permalink
modified: cre.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Oct 23, 2018
1 parent 54eb262 commit d6262d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# make_report=[0|1] default = 1
# type = [ wes.regular (default) | wes.synonymous | wes.fast | rnaseq | wgs | annotate (only for cleaning)]
# max_af = af filter, default = 0.01
# loader [ default = gemini | vcf2db ] - load used to create gemini database
# loader [ default = vcf2db | gemini ] - load used to create gemini database
####################################################################################################

#PBS -l walltime=20:00:00,nodes=1:ppn=1
Expand Down Expand Up @@ -242,6 +242,11 @@ then
export severity_filter=ALL
fi

if [ -z $loader ]
then
export loader="vcf2db"
fi

#no cleanup by default
if [ -z $cleanup ]
then
Expand Down

0 comments on commit d6262d0

Please sign in to comment.