Skip to content

Instantly share code, notes, and snippets.

@carlosp420
Last active December 18, 2015 23:09
Show Gist options
  • Save carlosp420/5859314 to your computer and use it in GitHub Desktop.
Save carlosp420/5859314 to your computer and use it in GitHub Desktop.
extract seq ids from bad_ids.csv file for Marianna
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