Skip to content

Commit

Permalink
Update pipeline_count.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs authored Oct 15, 2023
1 parent 759ee5c commit 165c5a0
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 -ax splice:hq -uf %(cdna_fasta)s %(infile)s > %(outfile)s 2> %(outfile)s.log'''
statement = '''minimap2 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 165c5a0

Please sign in to comment.