Skip to content

Commit

Permalink
mem bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Oct 21, 2024
1 parent 5431fe5 commit 3b68b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion str/annotate/bedtools_intersector.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
bedtools_job = b.new_job(name='Bedtools intersect')
bedtools_job.image(get_config()['images']['bedtools'])
bedtools_job.storage('20G')
bedtools_job.cpu(8)
bedtools_job.memory('highmem')
bedtools_job.cpu(16)

# read input files
catalog = b.read_input(CATALOG_PATH)
Expand Down

0 comments on commit 3b68b39

Please sign in to comment.