Skip to content

Instantly share code, notes, and snippets.

@macmanes
Created August 17, 2015 17:33
Show Gist options
  • Select an option

  • Save macmanes/7d871c874906e1620f81 to your computer and use it in GitHub Desktop.

Select an option

Save macmanes/7d871c874906e1620f81 to your computer and use it in GitHub Desktop.
Streaming 2 pass Diginorm FTW!
interleave-reads.py file.1.fq.gz file.2.fq.gz \
| normalize-by-median.py --max-memory-usage 8e10 -C 30 -o - - \
| trim-low-abund.py -M 8e10 -o 2pass.fq --cutoff 2 --gzip -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment