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
2f2b64e7
Commit
2f2b64e7
authored
Dec 13, 2010
by
Ian Longden
Browse files
set as default uniprot to be mapped at 100 percent
parent
92540ddf
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/SubmitMapper.pm
misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
+5
-1
No files found.
misc-scripts/xref_mapping/XrefMapper/SubmitMapper.pm
View file @
2f2b64e7
...
...
@@ -593,7 +593,11 @@ sub fetch_and_dump_seq_via_genes{
sub
get_set_lists
{
my
(
$self
)
=
@_
;
return
[["
ExonerateGappedBest1
",
["
*
","
*
"]]];
return
[["
ExonerateGappedBest_100_perc_id
",
["
*
","
Uniprot/SWISSPROT
"]],
["
ExonerateGappedBest_100_perc_id
",
["
*
","
Uniprot/SPTREMBL
"]],
["
ExonerateGappedBest1
",
["
*
","
*
"]]
];
# return [["ExonerateGappedBest1", ["*","*"]]];
}
...
...
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