Skip to content

Commit

Permalink
updated to IPR script
Browse files Browse the repository at this point in the history
  • Loading branch information
spficklin committed Jul 28, 2020
1 parent 2a4e29a commit d329855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms/IPR.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wget ftp://ftp.ebi.ac.uk/pub/databases/interpro/entry.list
perl -pi -e 's/^(IPR\d+)\s/IPR\t\1\t/' entry.list
cat entry.list | grep IPR > IPR.terms.txt
cat entry.list | grep IPR | awk -F"\t" '{print $1"\t"$2"\t"$4}' > IPR.terms.txt

0 comments on commit d329855

Please sign in to comment.