Skip to content

Commit

Permalink
Fix typo feature_annotation_score. #32
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna-Rehm committed Apr 26, 2021
1 parent 4a6e69c commit 9c8fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bakta/features/signal_peptides.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def execute_deepsig(orfs, orf_fasta_path):
sig_pep['type'] = bc.FEATURE_SIGNAL_PEPTIDE
sig_pep['start'] = start_nucleotides
sig_pep['stop'] = stop_nucleotides
sig_pep['feature__annotation_score'] = feature_annotation_score
sig_pep['feature_annotation_score'] = feature_annotation_score
if (bc.FEATURE_SIGNAL_PEPTIDE not in orf):
orf[bc.FEATURE_SIGNAL_PEPTIDE]={}
orf[bc.FEATURE_SIGNAL_PEPTIDE]=sig_pep
Expand Down

0 comments on commit 9c8fb4c

Please sign in to comment.