We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a3915 commit d388a2fCopy full SHA for d388a2f
1 file changed
scripts/ra.py
@@ -258,7 +258,7 @@ def run(self):
258
minimap_params[-2] = consensus
259
minimap_params[-1] = self.ngs_sequences
260
261
- mappings = os.path.join(self.work_directory, 'mappings_iter2.sam')
+ mappings = os.path.join(self.work_directory, 'mappings_iter2.paf')
262
try:
263
mappings_file = open(mappings, 'w')
264
except OSError:
0 commit comments