Skip to content

Commit

Permalink
Use different Bowtie preset to avoid potential crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Sep 28, 2017
1 parent 76445d3 commit 51da5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicycler/pilon_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_insert_size_range(graph, args, polish_dir):

# Perform the alignment with Bowtie2.
bowtie2_command = [args.bowtie2_path, '-1', args.short1, '-2', args.short2,
'-x', fasta_filename, '--local', '--fast-local',
'-x', fasta_filename, '--fast',
'--threads', str(args.threads), '-I', '0', '-X', '5000', '-S', sam_filename]
log.log(dim(' ' + ' '.join(bowtie2_command)), 2)
try:
Expand Down

0 comments on commit 51da5cd

Please sign in to comment.