Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

    module load Canu/2.1
    canu \

      -p asm \

      -d /path/to/output \

      genomeSize=1.6g \

      -pacbio-hifi /path/to/input \

      -gridOptions="-A 'project' -l walltime=72:00:00 -r y" \

      -preExec="module load Canu/2.1" \

      -gridEngineResourceOption="-l select=1:ncpus=THREADS:mem=MEMORY:arch=skylake" \

      -shell="/bin/bash"

...