User Tools

Site Tools


unicycler-software

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
unicycler-software [2019/02/15 18:16] aorthunicycler-software [2019/02/15 18:36] aorth
Line 32: Line 32:
 mkdir -p ${OUTDIR} mkdir -p ${OUTDIR}
  
-# run unicycler with the number of threads requested by SLURM+# run unicycler with the number of threads allocated by SLURM
 unicycler -t ${SLURM_NTASKS} -1 ${DATADIR}/short_reads_1.fastq.gz -2 ${DATADIR}/short_reads_2.fastq.gz -o ${OUTDIR} unicycler -t ${SLURM_NTASKS} -1 ${DATADIR}/short_reads_1.fastq.gz -2 ${DATADIR}/short_reads_2.fastq.gz -o ${OUTDIR}
  
Line 39: Line 39:
 echo echo
 echo "  ${OUTDIR}"</code> echo "  ${OUTDIR}"</code>
 +
 +By default Unicycler will use four CPU threads. Please make sure to set this parameter properly according to the SLURM job request.
  
 ===== Installation ====== ===== Installation ======
unicycler-software.txt · Last modified: 2023/06/12 13:17 by aorth