User Tools

Site Tools


nextflow-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nextflow-software [2020/02/05 15:51] – created aorthnextflow-software [2023/10/26 07:45] (current) aorth
Line 4: Line 4:
 ===== Information ===== ===== Information =====
  
-  * Version: 19.10.0+  * Version: 23.10 (real version 23.10.0)
   * Added: February, 2020   * Added: February, 2020
 +  * Updated: October, 2023
   * Link: https://github.com/nextflow-io/nextflow   * Link: https://github.com/nextflow-io/nextflow
  
Line 14: Line 15:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load kat/19.10.0+<code>$ module load nextflow/23.10
 $ nextflow</code> $ nextflow</code>
  
 See [[https://www.nextflow.io/docs/latest/index.html|the nextflow documentation]] for information about how to use it. See [[https://www.nextflow.io/docs/latest/index.html|the nextflow documentation]] for information about how to use it.
 +
 +**Note:**: by default nextflow writes temporary data to ''/tmp'', which may not have adequate storage space depending on your pipeline. Please configure your workflow to use ''/var/scratch'' instead. See the configuration link above for information about how to do that. 
  
 ===== Installation ====== ===== Installation ======
 Notes from the sysadmin during installation: Notes from the sysadmin during installation:
  
-<code>$ sudo mkdir -p /export/apps/nextflow/19.10.0 +<code>$ sudo mkdir -p /export/apps/nextflow/23.10/bin 
-$ sudo wget https://github.com/nextflow-io/nextflow/releases/download/v19.10.0/nextflow-19.10.0-all -O /export/apps/nextflow/19.10.0/bin/nextflow +$ sudo wget https://github.com/nextflow-io/nextflow/releases/download/v23.10.0/nextflow-23.10.0-all -O /export/apps/nextflow/23.10/bin/nextflow 
-$ sudo chmod +x /export/apps/nextflow/19.10.0/bin/nextflow</code>+$ sudo chmod +x /export/apps/nextflow/23.10/bin/nextflow</code>
nextflow-software.1580917908.txt.gz · Last modified: 2020/02/05 15:51 by aorth