Versions Compared

Key

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

...

Dostupne verzije

VerzijeModulSupekVrančićPadobran
2.7.11ascientific/STAR/2.7.11a(error) (tick) 

...

Code Block
languagebash
themeMidnight
firstlinetitleSTAR.pbs
#!/bin/bash

#PBS -N STAR-ex
#PBS -l select=1:ncpus=32:mem=10GB
#PBS -j oe

cd $PBS_O_WORKDIR

module load scientific/STAR/2.7.11a

STAR --runThreadN $NCPUS --runMode genomeGenerate --genomeDir index --genomeFastaFiles GCF_000001735.4_TAIR10.1_genomic.fna --sjdbGTFfile genomic.gff --sjdbOverhang 149

...