Versions Compared

Key

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

...

Code Block
languagebash
titlebionano_posao.sge
#!/bin/bash
#$ -N bionano
#$ -cwd

module load bionano-solve/3.6.1
bionano perl /home/bionano/tools/pipeline/1.0/cohortQC/1.0/filter_SNR_dynamic.pl --help
bionano /home/bionano/tools/pipeline/1.0/RefAligner/1.0/avx/RefAligner --help
bionano pythonpython3.7 /home/bionano/tools/pipeline/1.0/Pipeline/1.0/align_bnx_to_cmap.py --help
bionano perl /home/bionano/tools/pipeline/1.0/cohortQC/1.0/MQR.pl --help

...