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
Branches
Tags
No related merge requests found
......@@ -25,9 +25,11 @@ shift $(($OPTIND -1))
baseDir="`dirname \"$0\"`"
if [[ -z $isdocker ]]
source /etc/profile.d/modules.sh
module load bedtools/2.26.0 samtools/gcc/1.8 bcftools/gcc/1.8 snpeff/4.3q
then
source /etc/profile.d/modules.sh
module load bedtools/2.26.0 samtools/gcc/1.8 bcftools/gcc/1.8 snpeff/4.3q
fi
if [[ -a "${index_path}/genome.fa" ]]
then
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