Leandro Lima

Results 112 comments of Leandro Lima
trafficstars

This is needed for scalability, added label

Likelihood, maximum likelihood paths, and others I guess are also coverage dependent. So there might be several places where we need normalisation. I am wondering if a better approach would...

Current code coverage on https://github.com/leoisl/pandora/commit/5508d2b0e144d6fdf1eb9fadf670dc5db8043c3e (for details, open index.html in the zip below): ![lcov_report_5508d2b](https://user-images.githubusercontent.com/8397967/58095919-ddb95900-7bcb-11e9-9211-45b145725f5a.png) [lcov_report_5508d2b.zip](https://github.com/rmcolq/pandora/files/3202482/lcov_report_5508d2b.zip)

I propose to add this feature when dealing with #53 and #140 : all related with improving argument parsing. As it is not hard to work around this issue and...

Issue is that the current `default_mem_mb` implemented in the profile does not work. Adding `default-resources` as specified in the previous post to `config.yaml` can make it work, and we can...

hello, the memory limit is per job. So if you ask for 8 GB and you are running 4 threads, if the process altogether is consuming at most 8 GB,...

https://github.com/Snakemake-Profiles/lsf/issues/50 and https://github.com/Snakemake-Profiles/lsf/issues/51 should fix this

Oh, I did not know it was hard to do :( So this seems to be desirable, but it is a hard issue, will set a low priority tag in...

I think is reasonable to not support legacy LSF versions. I am wondering if this PR should remain permanently open for legacy users to see it, or if we should...