Skip to content

Instantly share code, notes, and snippets.

@boboppie
Created September 27, 2019 10:45
Show Gist options
  • Save boboppie/2886f99069f7ea088893a1618e996049 to your computer and use it in GitHub Desktop.
Save boboppie/2886f99069f7ea088893a1618e996049 to your computer and use it in GitHub Desktop.
perl -pe 's/>(.*)/>\1\t/g; s/\n//g; s/>/\n>/g' pep.fa | grep -v '^$' | cut -c 2- | sort | uniq >pep.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment