Versions Compared

Key

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

...

VerzijaModulSupekPadobran
4.4.0.0scientific/gatk4/4.4.0.0(tick)(error) (tick)

Službena dokumentacija

Primjer korištenja

...

languagebash
titleSupek
linenumberstrue

...

Code Block
languagebash
titlePadobran
linenumberstrue
#!/bin/bash

#PBS -N gatk4-HTcaller
#PBS -q cpu
#PBS -l select=1:ncpus=1:mem=10GB

cd $PBS_O_WORKDIR

module load scientific/gatk4/4.4.0.0

gatk4.sh gatk --java-options "-Xmx10G" HaplotypeCaller -R reference.fasta -I input.bam -O output.vcf

...