Versions Compared

Key

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

...

Code Block
titlefastqc.sge
#!/bin/bash

#$ -N fastqc-test
#$ -cwd

module load fastqc/fastqc-0.11.8

fastqc --version

...