Skip to content

Commit

Permalink
minimap2 fix -ax
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Nov 1, 2023
1 parent 4648916 commit c68e216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tallytrin/pipeline_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def mapping_trans(infile, outfile):
writes the output to the specified outfile.
'''

statement = '''minimap2 map-ont -p 0.9 --end-bonus 10 -N 3 %(cdna_fasta)s %(infile)s > %(outfile)s 2> %(outfile)s.log'''
statement = '''minimap2 -ax map-ont -p 0.9 --end-bonus 10 -N 3 %(cdna_fasta)s %(infile)s > %(outfile)s 2> %(outfile)s.log'''

P.run(statement, job_options='-t 24:00:00')

Expand Down

0 comments on commit c68e216

Please sign in to comment.