We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b63dc5 commit 5656866Copy full SHA for 5656866
1 file changed
find_mutations.sh
@@ -71,7 +71,7 @@ function runcheck(){
71
echo "Working Dir: $WORKDIR"
72
if [ ! -d $WORKDIR ];then err "Folder $WORKDIR does not exist!"; exit 1; fi
73
module load python/3.7
74
- module load snakemake/5.24.1
+ module load snakemake
75
}
76
77
function dryrun() {
0 commit comments