Skip to content

Commit

Permalink
change scalpel's docker image from 0.5.3 to 0.5.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Li Tai Fang committed Oct 20, 2017
1 parent acc5359 commit 7f24bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fi
echo 'echo -e "Start at `date +"%Y/%m/%d %H:%M:%S"`" 1>&2' >> $out_script
echo "" >> $out_script

echo "docker run --rm -v /:/mnt -u $UID --memory ${MEM}G lethalfang/scalpel:0.5.3 bash -c \\" >> $out_script
echo "docker run --rm -v /:/mnt -u $UID --memory ${MEM}G lethalfang/scalpel:0.5.3-1 bash -c \\" >> $out_script
echo "\"/opt/scalpel-0.5.3/scalpel-discovery --single \\" >> $out_script
echo "--ref /mnt/${HUMAN_REFERENCE} \\" >> $out_script
echo "--bed /mnt/${SELECTOR} \\" >> $out_script
Expand All @@ -123,7 +123,7 @@ echo "${extra_export_arguments} \\" >> $out_script
echo "> /mnt/${outdir}/scalpel/scalpel.vcf\"" >> $out_script
echo "" >> $out_script

echo "docker run --rm -v /:/mnt -u $UID lethalfang/scalpel:0.5.3 bash -c \\" >> $out_script
echo "docker run --rm -v /:/mnt -u $UID lethalfang/scalpel:0.5.3-1 bash -c \\" >> $out_script
echo "\"cat /mnt/${outdir}/scalpel/scalpel.vcf | /opt/vcfsorter.pl /mnt/${HUMAN_REFERENCE%\.fa*}.dict - \\" >> $out_script
echo "> /mnt/${outdir}/${outvcf}\"" >> $out_script

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ fi
echo 'echo -e "Start at `date +"%Y/%m/%d %H:%M:%S"`" 1>&2' >> $out_script
echo "" >> $out_script

echo "docker run --rm -v /:/mnt -u $UID --memory ${MEM}G lethalfang/scalpel:0.5.3 bash -c \\" >> $out_script
echo "docker run --rm -v /:/mnt -u $UID --memory ${MEM}G lethalfang/scalpel:0.5.3-1 bash -c \\" >> $out_script
echo "\"/opt/scalpel-0.5.3/scalpel-discovery --somatic \\" >> $out_script
echo "--ref /mnt/${HUMAN_REFERENCE} \\" >> $out_script
echo "--bed /mnt/${SELECTOR} \\" >> $out_script
Expand All @@ -131,7 +131,7 @@ echo "${extra_export_arguments} \\" >> $out_script
echo "> /mnt/${outdir}/scalpel/scalpel.vcf\"" >> $out_script
echo "" >> $out_script

echo "docker run --rm -v /:/mnt -u $UID lethalfang/scalpel:0.5.3 bash -c \\" >> $out_script
echo "docker run --rm -v /:/mnt -u $UID lethalfang/scalpel:0.5.3-1 bash -c \\" >> $out_script
echo "\"cat /mnt/${outdir}/scalpel/scalpel.vcf | /opt/vcfsorter.pl /mnt/${HUMAN_REFERENCE%\.fa*}.dict - \\" >> $out_script
echo "> /mnt/${outdir}/${outvcf}\"" >> $out_script

Expand Down

0 comments on commit 7f24bb3

Please # to comment.