Skip to content

Instantly share code, notes, and snippets.

@rec3141
Created April 10, 2018 18:24
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 rec3141/4c2cadec8e62683636d32ab52146bd7f to your computer and use it in GitHub Desktop.
Save rec3141/4c2cadec8e62683636d32ab52146bd7f to your computer and use it in GitHub Desktop.
preview fastqs
head -n1000 18*R1.fastq | grep -v -e '==> 18' -e '^$' | paste - - - - | cut -f2 | sort | uniq -c | sort -rn | head -n1000 | catg > 18s-top1000f.fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment