Skip to content

Commit 57603b7

Browse files
committed
Do not pass merged_contigs_csv to denovo
1 parent c049704 commit 57603b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micall/drivers/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def run_denovo(self, excluded_seeds):
421421
Path(self.trimmed2_fastq),
422422
Path(self.unstitched_contigs_fasta),
423423
Path(self.scratch_path),
424-
Path(self.merged_contigs_csv),
424+
None,
425425
)
426426

427427
with open(self.unstitched_contigs_csv, 'w') as unstitched_contigs_csv, \

0 commit comments

Comments
 (0)