Skip to content

Commit d388a2f

Browse files
committed
Fixed illumina polishing extension
1 parent 20a3915 commit d388a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def run(self):
258258
minimap_params[-2] = consensus
259259
minimap_params[-1] = self.ngs_sequences
260260

261-
mappings = os.path.join(self.work_directory, 'mappings_iter2.sam')
261+
mappings = os.path.join(self.work_directory, 'mappings_iter2.paf')
262262
try:
263263
mappings_file = open(mappings, 'w')
264264
except OSError:

0 commit comments

Comments
 (0)