Skip to content
Open
Show file tree
Hide file tree
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: 2 additions & 1 deletion source/heavy/computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Using Compute Canada for the first time

# User specific aliases and functions

module load java/1.8.0_192 singularity/3.5
module load java/11.0.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at one of my recent sbatch and it starts with

module load nextflow/23.10.0 apptainer/1.3.4

And I don't have any other module load in my .bashrc so I think that's all you need.

module load singularity

#export PATH=$PATH:/home/USER/scripts # if you have scripts
export PATH=$PATH:$HOME/nextflow
Expand Down
4 changes: 2 additions & 2 deletions source/tools/tractoflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Using Tractoflow on Compute Canada
# - Interface seeding
# - nbr_seeds 15.
my_singularity_img='../tractoflow_*.img' # or .sif
nextflow -c ../beluga.conf run ../tractoflow-*/main.nf --root ../input_data_tractoflow \
-with-singularity $my_singularity_img -resume -with-report report.html \
nextflow -c ../beluga.conf run ../tractoflow-*/main.nf --input ../input_data_tractoflow \
-with-singularity ../tractoflow_*.img -resume -with-report report.html \
--dti_shells "0 1500" --fodf_shells "0 1500" --step 0.5 --nbr_seeds 15 \
--wm_seeding false --mean_frf false --set_frf true

Expand Down