Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cptools2/generate_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import os
import textwrap
from datetime import datetime
import yaml
from scissorhands import script_generator
from cptools2 import utils
from cptools2 import colours
Expand Down Expand Up @@ -82,7 +81,7 @@ def load_module_text():
"""returns load module commands"""
return textwrap.dedent(
"""
module load anaconda/5.0.1
module load miniforge/24.7.1
source activate cellprofiler
"""
)
Expand Down