@@ -252,13 +252,13 @@ sub fetch_by_feature_and_dbID{
#Superfamily has also a description attached to it but there is no join needed with the interpro table. but its also considered as a domain feature
elsif($featureeq"superfamily"){
# &eprof_start('superfamily');
my$sth=$self->prepare("select p.seq_start,p.seq_end,p.analysis,p.score,p.perc_id,p.evalue,p.hstart,p.hend,p.hid,x.display_id from protein_feature as p, analysisprocess as a, Xref as x where a.gff_source = '$feature' and p.translation = '$transl' and a.analysisId = p.analysis and x.dbprimary_id = p.hid");
my$sth=$self->prepare("select p.seq_start,p.seq_end,p.analysis,p.score,p.perc_id,p.evalue,p.hstart,p.hend,p.hid,x.display_id, x.dbprimary_id from protein_feature as p, analysisprocess as a, Xref as x where a.gff_source = '$feature' and p.translation = '$transl' and a.analysisId = p.analysis and x.dbprimary_id = p.hid");