Skip to content

Instantly share code, notes, and snippets.

@heuermh
Created June 27, 2018 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heuermh/a6b237c42720daacde2decb38d713079 to your computer and use it in GitHub Desktop.
Save heuermh/a6b237c42720daacde2decb38d713079 to your computer and use it in GitHub Desktop.
#!/bin/bash
cannoli-submit \
interleaveFastq \
sample_1.fq \
sample_2.fq \
sample.ifq
cannoli-submit \
bwa \
-index /data/hs38DH.fa \
-use_docker \
# -use_singularity \
sample.ifq \
sample.alignments.adam \
sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment