Skip to content

Commit

Permalink
Fix master back to default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno Rantaharju committed Jul 9, 2019
1 parent 7ec0e57 commit 9059508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPRynner/CPRynner.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def cluster_setup_script():
setup_script = cnfg.Read('setup_script')
else:
setup_script = """\
source /apps/local/life-sciences/CellProfiler/bin/activate;
module load cellprofiler;
module load java;"""
return setup_script

Expand Down

0 comments on commit 9059508

Please sign in to comment.