Cristian García Romero

Results 41 comments of Cristian García Romero

Hi! Regarding the question of the issue, is there any resource where documentation is updated and complete? I'm facing this problem, since the resources which I found are ReadTheDocs and...

Hi! One question related to this issue (I'm using the default configuration, and I guess that the Berkeley DB you're talking about is some specific configuration I don't have, so...

Thank you for the recommendation! I just uploaded the recipe to conda-forge channel (https://anaconda.org/conda-forge/kenlm). The only problem is that due to the fact that kenlm doesn't have releases, they didn't...

Feedstock created: https://anaconda.org/conda-forge/kenlm The only problem is that, since there are not releases nor versions fixed, the feedstock is not set with the main label, but with the "dev" label....

Another question related to the previous one: is it possible to limit the resources in a way that is taken into account across multiple instances? I think that I want...

About the first question, I think I've found out a solution: ```python if "gpu" not in workflow.global_resources: workflow.global_resources["gpu"] = MAX_SLEEP_CLUSTER_PARALLEL_JOBS ``` I've checked out the code and it seems to...

> I can't guarantee it won't cause bad side effects (I don't think Snakemake officially supports that type of modification), but it's the way I would approach the problem, and...

Since you told me that I'm doing it the way that I should (at least the way it's possible without taking into account the possible side effects), it's all I...

Ok, now I think I understand what's happened to me... This is a minimal example, but in my execution I'm moving `.snakemake` if I detect it exists because I'm running...

I put a basic example, but of course the output files are different for each instance (output files are configured through different options provided with the flag `-c` and all...