Skip to content
Snippets Groups Projects
Commit a3a8607a authored by Graham McVicker's avatar Graham McVicker
Browse files

removed gff_feature = "domain" constraint from SQL query

parent cf89bb7b
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,6 @@ sub fetch_all_by_feature_and_dbID{
left join xref as x on x.dbprimary_acc = i.interpro_ac
WHERE p.translation_id = '$transl'
AND p.analysis_id = a.analysis_id
AND a.gff_feature = 'domain'
AND a.gff_source = '$feature'");
$sth->execute();
......
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