Skip to content

Commit

Permalink
#208 Explain why protein decoy is inconsistant with DecoyGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Jul 25, 2024
1 parent 1d409eb commit c5e1adf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alphabase/protein/protein_level_decoy.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ def _append_protein_df_to_target_lib(self):
)


# remove "protein_reverse" decoy due to conflicting with DecoyGenerator
# remove "protein_reverse" decoy due to conflicting with DecoyGenerator,
# as DecoyGenerator only works for peptide-level, but ProteinReverseDecoy
# is protein-level.
# def register_decoy():
# decoy_lib_provider.register("protein_reverse", ProteinReverseDecoy)

0 comments on commit c5e1adf

Please sign in to comment.