Skip to content
Snippets Groups Projects
Commit f65dccb0 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

correct isdocker norm_annot.sh used by pindel

parent 07dfaba5
No related merge requests found
...@@ -25,9 +25,11 @@ shift $(($OPTIND -1)) ...@@ -25,9 +25,11 @@ shift $(($OPTIND -1))
baseDir="`dirname \"$0\"`" baseDir="`dirname \"$0\"`"
if [[ -z $isdocker ]] if [[ -z $isdocker ]]
source /etc/profile.d/modules.sh then
module load bedtools/2.26.0 samtools/gcc/1.8 bcftools/gcc/1.8 snpeff/4.3q source /etc/profile.d/modules.sh
module load bedtools/2.26.0 samtools/gcc/1.8 bcftools/gcc/1.8 snpeff/4.3q
fi fi
if [[ -a "${index_path}/genome.fa" ]] if [[ -a "${index_path}/genome.fa" ]]
then then
reffa="${index_path}/genome.fa" reffa="${index_path}/genome.fa"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment