Last active
March 25, 2016 13:45
-
-
Save mdshw5/eb7fa92c8800e17bef61 to your computer and use it in GitHub Desktop.
biostars 183279
This file contains hidden or 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
pip install pyfaidx | |
faidx --transform nucleotide giant.fasta > base_counts.txt | |
cat base_counts.txt | awk '{if ($8 == 0); print $1}' > seqs_without_n.txt | |
xargs faidx giant.fasta < seqs_without_n.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment