Skip to content
Snippets Groups Projects
Commit 035a3a68 authored by Kevin Howe's avatar Kevin Howe
Browse files

Added SMART and PIRSF

parent 8e4f21d0
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ sub run {
}
}
while( /db="(PROSITE|PFAM|PRINTS|PREFILE|PROFILE|TIGRFAMs)"\s+dbkey="(\S+)"/cgm ) {
while( /db="(PROSITE|PFAM|PRINTS|PREFILE|PROFILE|TIGRFAMs|PIRSF|SMART)"\s+dbkey="(\S+)"/cgm ) {
my ( $db_type, $id ) = ( $1, $2 );
if(!get_xref($get_interpro_sth, $interpro,$id)){
$add_interpro_sth->execute($interpro,$id);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment