Strumenti Utente

Strumenti Sito


calcoloscientifico:userguide:nextflow

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Prossima revisione
Revisione precedente
calcoloscientifico:userguide:nextflow [05/11/2023 19:07] – creata fabio.spatarocalcoloscientifico:userguide:nextflow [04/08/2026 16:05] (versione attuale) fabio.spataro
Linea 2: Linea 2:
  
 [[https://www.nextflow.io/|Nextflow]] [[https://www.nextflow.io/|Nextflow]]
 +
 +
 +Available versions of Nextflow:
 +
 +^ Nextflow  ^
 +| 23.10.0   |
 +| 24.04.4   |
 +| 25.04.2   |
 +| 26.04.6   |
  
 === Job Nextflow === === Job Nextflow ===
Linea 10: Linea 19:
 #!/bin/bash --login #!/bin/bash --login
 #SBATCH --job-name=nextflow_chipseq #SBATCH --job-name=nextflow_chipseq
-#SBATCH --output=%x.o%j +#SBATCH --output=%x.%j.out 
-#SBATCH --error=%x.e%j+#SBATCH --error=%x.%j.err
 #SBATCH --nodes=1 #SBATCH --nodes=1
 #SBATCH --ntasks-per-node=1 #SBATCH --ntasks-per-node=1
Linea 23: Linea 32:
 shopt -q login_shell || exit 1 shopt -q login_shell || exit 1
  
-module load nextflow/23.10.0+module load nextflow/26.04.6
  
 # chipseq # chipseq
Linea 29: Linea 38:
     -r 2.0.0 \     -r 2.0.0 \
     -profile test,singularity \     -profile test,singularity \
-    -with-singularity "$CONTAINER" \+    -with-singularity "$NXF_CONTAINER" \
     --outdir "${SLURM_JOB_NAME}.${SLURM_JOB_ID}"     --outdir "${SLURM_JOB_NAME}.${SLURM_JOB_ID}"
 +</code>
 +
 +In the event of errors occurring only with version 26.04.6 and the ''nf-core/sarek'' pipeline, it may be necessary to define the following environment variable:
 +
 +<code>
 +export NXF_SYNTAX_PARSER="v1"
 </code> </code>
  
calcoloscientifico/userguide/nextflow.1699207662.txt.gz · Ultima modifica: da fabio.spataro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki