Versions Compared

Key

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

...

Code Block
nextflow run epi2me-labs/wf-human-snp -profile singularity \
    --bam /work/ont/clair3/sample_data/chr6_chr20.bam \
    --bed /work/ont/clair3/sample_data/chr6_chr20.bed \
    --ref /work/ont/clair3/sample_data/chr6_chr20.fasta \
    --out_dir "results" \
    --process.executor "pbspro"

...