Skip to content

Commit

Permalink
fix: use our custom snakemake & python versions
Browse files Browse the repository at this point in the history
frce updated the default snakemake to v8, which has api-breaking changes
  • Loading branch information
kelly-sovacool committed Feb 21, 2024
1 parent 9f86f43 commit 8da0911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tranquil
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ EOF
elif [ "$HOST" == "FRCE" ];then

cat >> ${WORKDIR}/submit_script.sbatch << EOF
module load singularity
module load snakemake
export PATH=/mnt/projects/CCBR-Pipelines/bin/:${PATH}
module load singularity/3.10.5
EOF

fi
Expand Down

0 comments on commit 8da0911

Please sign in to comment.