We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2275a97 commit fd34319Copy full SHA for fd34319
ms2pip/core.py
@@ -160,8 +160,8 @@ def predict_library(
160
"""
161
if fasta_file and config:
162
# Use provided proteome, but overwrite fasta_file
163
- config["fasta_file"] = fasta_file
164
config = ProteomeSearchSpace.from_any(config)
+ config.fasta_file = fasta_file
165
elif fasta_file and not config:
166
# Default proteome search space with provided fasta_file
167
config = ProteomeSearchSpace(fasta_file=fasta_file)
0 commit comments