Created
April 10, 2018 18:24
-
-
Save rec3141/4c2cadec8e62683636d32ab52146bd7f to your computer and use it in GitHub Desktop.
preview fastqs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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