Skip to content

Commit 9c59d58

Browse files
committed
Fixed FileNotFoundError caused by parameter handling of simsi.prepare_simsi_files()
1 parent baab410 commit 9c59d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prosimsit/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main(argv):
8282
output_dir / 'simsi_input' / 'msms.txt',
8383
raw_file_hyphens=raw_file_hyphen)
8484

85-
simsi.prepare_simsi_files(output_dir, maxquant_dir)
85+
simsi.prepare_simsi_files(maxquant_dir, output_dir)
8686

8787
logger.info(f'Starting SIMSI-Transfer')
8888

0 commit comments

Comments
 (0)