Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastien Moretti
ProtoGene
Commits
647dd79a
Commit
647dd79a
authored
Mar 23, 2017
by
Sebastien Moretti
Browse files
Add taxonomy exception
parent
d1356485
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Views0.pm
View file @
647dd79a
...
...
@@ -294,7 +294,7 @@ sub Html {
my
$pred
=
'';
my
@desc
=
split
('
',
$match
);
# TPA is Third Party Annotation; TPA; TPA:REASSEMBLY.
if
(
$desc
[
0
]
=~
/PREDICTED:?/
||
$desc
[
0
]
eq
/Synthetic/
||
$desc
[
0
]
eq
/Uncultured/i
||
$desc
[
0
]
=~
/TSA:?/
||
$desc
[
0
]
=~
/TPA:?/
||
$desc
[
0
]
=~
/TPA_inf:?/
||
$desc
[
0
]
=~
/UNVERIFIED:?/
){
if
(
$desc
[
0
]
=~
/PREDICTED:?/
||
$desc
[
0
]
eq
/Synthetic/
||
$desc
[
0
]
eq
/Uncultured/i
||
$desc
[
0
]
=~
/TSA:?/
||
$desc
[
0
]
=~
/TPA:?/
||
$desc
[
0
]
=~
/TPA_inf:?/
||
$desc
[
0
]
=~
/TPA_asm:?/
||
$desc
[
0
]
=~
/UNVERIFIED:?/
){
$pred
=
$
1
.
'
';
shift
(
@desc
);
}
...
...
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