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

adding updates formatting

parent d8c03da1
No related merge requests found
...@@ -39,7 +39,7 @@ module load picard/2.10.3 samtools/1.6 ...@@ -39,7 +39,7 @@ module load picard/2.10.3 samtools/1.6
if [ $algo == 'sambamba' ] if [ $algo == 'sambamba' ]
then then
module load speedseq/20160506 module load speedseq/20160506
sambamba markdup -t $SLURM_CPUS_ON_NODE -r ${sbam} ${pair_id}.dedup.bam sambamba markdup -t $SLURM_CPUS_ON_NODE ${sbam} ${pair_id}.dedup.bam
elif [ $algo == 'samtools' ] elif [ $algo == 'samtools' ]
then then
module load samtools/1.6 module load samtools/1.6
......
...@@ -112,7 +112,7 @@ then ...@@ -112,7 +112,7 @@ then
else else
mode="--exome" mode="--exome"
fi fi
module load strelka/2.8.3 samtools/1.6 manta/1.2.0 snpeff/4.3q vcftools/0.1.14 module load strelka/2.9.0 samtools/1.6 manta/1.3.1 snpeff/4.3q vcftools/0.1.14
mkdir manta strelka mkdir manta strelka
gvcflist='' gvcflist=''
for i in *.bam; do for i in *.bam; do
......
...@@ -83,7 +83,7 @@ source /etc/profile.d/modules.sh ...@@ -83,7 +83,7 @@ source /etc/profile.d/modules.sh
if [ $algo == 'strelka2' ] if [ $algo == 'strelka2' ]
then then
module load strelka/2.8.3 samtools/1.6 manta/1.2.0 snpeff/4.3q vcftools/0.1.14 module load strelka/2.9.0 samtools/1.6 manta/1.3.1 snpeff/4.3q vcftools/0.1.14
mkdir manta strelka mkdir manta strelka
configManta.py --normalBam ${mnormal} --tumorBam ${mtumor} --referenceFasta ${reffa} --runDir manta configManta.py --normalBam ${mnormal} --tumorBam ${mtumor} --referenceFasta ${reffa} --runDir manta
manta/runWorkflow.py -m local -j 8 manta/runWorkflow.py -m local -j 8
......
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