Skip to content

Commit

Permalink
fix: remove python load statements
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed May 17, 2024
1 parent 0cf3ae1 commit 4651323
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions charlie
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ function check_deps() {
function load_modules() {
platform=$(get_platform)
if [ "$platform" == "biowulf" ] || [ "$platform" == "fnlcr" ]; then
module load python/$PYTHONVERSION
module load snakemake/$SNAKEMAKEVERSION
module load singularity
else
Expand Down Expand Up @@ -527,7 +526,6 @@ function run() {
#SBATCH --time=48:00:00
#SBATCH --cpus-per-task=2
module load python/$PYTHONVERSION
module load snakemake/$SNAKEMAKEVERSION
module load singularity
Expand Down

0 comments on commit 4651323

Please sign in to comment.