Versions Compared

Key

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

...


Primjer korištenja

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

#PBS -N hyphy-meme
#PBS -q cpu
#PBS -l select=1:ncpus=10:mem=20GB

cd $PBS_O_WORKDIR

module load scientific/hyphy/2.5.62

hyphy CPU=$NCPUS meme --alignment data/adh.nex --code Universal --output out/adh.MEME.json

...