Skip to content

Instantly share code, notes, and snippets.

@mikelove
Created April 20, 2016 13:12
Show Gist options
  • Save mikelove/7967554ee7c063043b4617e425e77b21 to your computer and use it in GitHub Desktop.
Save mikelove/7967554ee7c063043b4617e425e77b21 to your computer and use it in GitHub Desktop.
fastq splitter
awk '(NR - 1)/4 % 2 < 1' test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment