Skip to content

Commit

Permalink
Remove jellyfish deletion command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Sep 7, 2023
1 parent 406e18a commit 2f7b077
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/scripts/generate_ska_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,5 @@ def ska_map_sequences(seq, k = None, ref = None):

# Clean up
if not args.no_cleanup:
subprocess.check_output('rm ' + args.out + '.skf ' + tmp_aln + ' ' + args.out + '.toweed ' \
+ args.out + '_mer_counts.jf',
subprocess.check_output('rm ' + args.out + '.skf ' + tmp_aln + ' ' + args.out + '.toweed ',
shell = True)

0 comments on commit 2f7b077

Please sign in to comment.