Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlePrimjer skripte
#!/bin/bash

#$ -N  
#$ -pe p28-mpifull-long 28
#$ -cwd

module load java/11
source /apps/miniforge3/bin/activate

./nextflow run /apps/TransPi/TransPi.nf --all --maxReadLen 150 --k 25,41,53 --reads '/putanja/reads/datoteka' --outdir Results -profile conda

...