Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
linenumberstitletruesamtools.pbs
#!/bin/bash
 
#PBS -N samtools_threading
#PBS -q cpu
#PBS -l select=1:ncpus=20:mem=10GB

module load scientific/samtools/1.17

cd $PBS_O_WORKDIR

samtools sort -@ $NCPUS P3TLH.bam

...

Code Block
languagebash
themeMidnight
titlesamtools.pbs
#!/bin/bash
 
#PBS -N samtools_threading
#PBS -q cpu
#PBS -l select=1:ncpus=20:mem=10GB

module load scientific/samtools/1.17

cd $PBS_O_WORKDIR

samtools.sh samtools sort -@ $NCPUS P3TLH.bam

...