Skip to content

Commit fd34319

Browse files
committed
Revert fasta assignment
1 parent 2275a97 commit fd34319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms2pip/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def predict_library(
160160
"""
161161
if fasta_file and config:
162162
# Use provided proteome, but overwrite fasta_file
163-
config["fasta_file"] = fasta_file
164163
config = ProteomeSearchSpace.from_any(config)
164+
config.fasta_file = fasta_file
165165
elif fasta_file and not config:
166166
# Default proteome search space with provided fasta_file
167167
config = ProteomeSearchSpace(fasta_file=fasta_file)

0 commit comments

Comments
 (0)