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

update get_set_list to use ExonerateGappedBest5_agam for RefSeq_mRNA and ncRNA (predicted) xrefs

parent f8b5991f
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,11 @@ use vars '@ISA';
sub get_set_lists {
return [["ExonerateGappedBest1_agam", ["anopheles_gambiae","*"]]];
return [["ExonerateGappedBest5_agam", ["anopheles_gambiae","RefSeq_mRNA"]],
["ExonerateGappedBest5_agam", ["anopheles_gambiae","RefSeq_mRNA_predicted"]],
["ExonerateGappedBest5_agam", ["anopheles_gambiae","RefSeq_ncRNA"]],
["ExonerateGappedBest5_agam", ["anopheles_gambiae","RefSeq_ncRNA_predicted"]],
["ExonerateGappedBest1_agam", ["anopheles_gambiae","*"]]];
}
......
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