Last active
December 18, 2015 23:09
-
-
Save carlosp420/5859314 to your computer and use it in GitHub Desktop.
extract seq ids from bad_ids.csv file for Marianna
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
cat bad_ids.csv | grep Agrilus | awk -F ' ' '{print $3 " " $4 "*" $0}' | sort > Agrilus.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment