Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
3a5eb382
Commit
3a5eb382
authored
Jan 09, 2012
by
Monika Komorowska
Browse files
update get_set_list to use ExonerateGappedBest5_agam for RefSeq_mRNA and ncRNA (predicted) xrefs
parent
f8b5991f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
+5
-1
No files found.
misc-scripts/xref_mapping/XrefMapper/anopheles_gambiae.pm
View file @
3a5eb382
...
...
@@ -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
","
*
"]]];
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment