Snakemake-Profiles / lsf

Snakemake profile for running jobs on an LSF cluster
MIT License
36 stars 23 forks source link

Specify memory units when submitting #11

Closed mbhall88 closed 4 years ago

mbhall88 commented 4 years ago

Addresses the issue raised in #9 where some clusters may not have MB set as their default units. We explicitly use MB when submitting to avoid this.

This is submitted as a separate PR to #9 because I had some issues trying to add commits to that PR (my own lack of technical ability).