We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d22e83 commit 2f42a77Copy full SHA for 2f42a77
1 file changed
enviroMS/diWorkflow.py
@@ -498,7 +498,7 @@ def find_calibration_for_batch(workflow_params):
498
print(srfa_path, type(srfa_path))
499
500
# Remove the SRFA file you used from the file list so it's not in the output
501
- #workflow_params.file_paths.remove(srfa_path)
+ workflow_params.file_paths.remove(srfa_path)
502
503
# Determine data file type and read in the mass spectrum
504
mass_spectrum = read_fticr_raw_data(srfa_path, workflow_params)
0 commit comments