Skip to content

Instantly share code, notes, and snippets.

@charles-plessy
Last active March 31, 2020 07:22
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 charles-plessy/bce102bc828a181420260f47db637161 to your computer and use it in GitHub Desktop.
Save charles-plessy/bce102bc828a181420260f47db637161 to your computer and use it in GitHub Desktop.
Nanopore command-line notes
cutadapt -g ^GACTCATCCCATTTTTGAGTCCGATTTCGATTGTCTAACAG -o ${SAMPLE}_SL_R1.fq -p ${SAMPLE}_SL_R2.fq --untrimmed-output ${SAMPLE}_noSL_R1.fq --untrimmed-paired-output ${SAMPLE}_noSL_R2.fq ${SAMPLE}_BC_ATCATA_READ1.fq ${SAMPLE}_BC_ATCATA_READ2.fq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment