Skip to content

Commit

Permalink
Revert "Update pipeline_count.py"
Browse files Browse the repository at this point in the history
This reverts commit 165c5a0.
  • Loading branch information
Acribbs committed Oct 29, 2023
1 parent 6da0089 commit 71cc3f5
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 splice:hq -uf %(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 71cc3f5

Please sign in to comment.