Skip to content

Commit

Permalink
The signalp6 format has changed slightly :(
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyabjones committed Nov 24, 2021
1 parent fe56ae3 commit aa1a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/predectorutils/analyses/signalp.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def as_gff(

s6_name = raise_it(parse_field(parse_str, "name"))
s6_prediction = raise_it(parse_field(
is_one_of(["SP", "NO_SP"]),
is_one_of(["OTHER", "SP", "LIPO", "TAT", "TATLIPO", "PILIN", "NO_SP"]),
"prediction"
))
s6_prob_signal = raise_it(parse_field(parse_float, "prob_signal"))
Expand Down

0 comments on commit aa1a188

Please sign in to comment.