Skip to content

Commit

Permalink
Remove unneeded stuff from shell.prefix in master.smk
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jul 28, 2022
1 parent 8cc6b20 commit ece5ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.smk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ onerror:
print("LyRic workflow finished with errors, see log file.")

#prefix all shell scripts with the following commands:
shell.prefix('source ~/.bashrc; set +eu; conda deactivate; set -euo pipefail; export PATH="$PWD/LyRic/utils/:$PATH";')
shell.prefix('set -euo pipefail; export PATH="$PWD/LyRic/utils/:$PATH";')
#(it seems DRMAA does not source ~/.bashrc by itself)
include: "functions.py"

Expand Down

0 comments on commit ece5ad2

Please sign in to comment.