Skip to content

Commit

Permalink
increased count job to 48 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Jul 5, 2023
1 parent c6ffb7d commit 295c505
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 @@ -386,7 +386,7 @@ def mapping_gene(infile, outfile):
else:
statement = '''minimap2 -ax splice -k 14 --sam-hit-only --secondary=no --junc-bed %(junc_bed)s %(genome_fasta)s %(infile)s > %(outfile)s 2> %(outfile)s.log'''

P.run(statement, job_memory="60G", job_options='-t 24:00:00')
P.run(statement, job_memory="60G", job_options='-t 48:00:00')


@transform(mapping_gene,
Expand Down

0 comments on commit 295c505

Please sign in to comment.