Snakemake-Profiles / lsf

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

Robust memory unit handling #20

Closed mbhall88 closed 4 years ago

mbhall88 commented 4 years ago

This PR addresses and closes #18

It adds a cookiecutter option that asks the user for their cluster's LSF_UNIT_FOR_LIMITS value. Internally, it also adds my "headerless" MemoryUnits module for dealing with memory units and converting between different metric scales. See #18 for further information.