From d329855fc7195aab36fdffb2539f7c8b6e0cbf13 Mon Sep 17 00:00:00 2001 From: Stephen Ficklin Date: Tue, 28 Jul 2020 01:39:32 -0700 Subject: [PATCH] updated to IPR script --- terms/IPR.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terms/IPR.sh b/terms/IPR.sh index 9280538..b6853e5 100644 --- a/terms/IPR.sh +++ b/terms/IPR.sh @@ -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