Skip to content
Snippets Groups Projects
Commit 101e1369 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

don't strip off the SSF prefix

parent c9f97ac6
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ sub run {
)
{
my ( $db_type, $id ) = ( $1, $2 );
if( $db_type eq 'SSF' ){ $id =~ s/^SSF// } # Strip SSF prefix
# if ( !$self->get_xref( $interpro, $id, $species_id ) ) {#no idea why if was checking for something with source of the name it would never work
$add_interpro_sth->execute( $interpro, $id, $db_type );
......
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