Skip to content

Commit

Permalink
update run script
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthiery committed May 11, 2023
1 parent 79568b2 commit ae51514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NF-downstream_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

## LOAD REQUIRED MODULES
ml purge
ml Nextflow/20.07.1
ml Singularity/3.4.2
ml Nextflow/21.10.6
ml Singularity/3.6.4
ml Graphviz

export TERM=xterm
export NXF_VER=20.07.1
export NXF_VER=21.10.6
export NXF_SINGULARITY_CACHEDIR=/camp/home/thierya/working/NF_singularity

nextflow run ./NF-downstream_analysis/main.nf \
Expand Down

0 comments on commit ae51514

Please sign in to comment.