Skip to content
Snippets Groups Projects
Commit e308c2b5 authored by Skander Hatira's avatar Skander Hatira
Browse files

typo

parent 4d028f89
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
unlock=$1
[ -e biseps.txt ] && rm -- biseps.txt
[ -e failed.lock ] && rm -- failed.lock
tr -d '\15\32' < exec_scripts/script.sh > exec_scripts/script.sh
source exec_scripts/script.sh
if [[ $unlock == true ]]; then
snakemake --profile config/profiles/local --unlock &>> biseps.txt
......
......@@ -7,7 +7,7 @@ unlock=$1
[ -e failed.alignment ] && rm -- failed.alignment
tr -d '\r' < exec_scripts/script.sh > exec_scripts/scriptfix.sh
source exec_scripts/scriptfix.sh
if [[ $unlock == true]]; then
if [[ $unlock == true ]]; then
snakemake --profile config/profiles/slurm --unlock
fi
snakemake --profile config/profiles/slurm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment