-
Hi Developer!
I add "options(buildtools.check = function(action) TRUE)" so that I successed install
However, snakemake does not work. I was told that I don't have the required data set.
Mayb…
-
# 2024 phenotype data
## 2024 phenotype data
Scatter plot of Alkaloids vs Delta CT (both normalized and OG data).
![RplotAlkaloid_vs_DeltaCTadj_2024](https://github.com/DarrianTalamantes/Mappin…
-
**Snakemake version**
5.31.1
**Describe the bug**
Often for snakemake runs with 10's of 1000's of jobs, snakemake will try to resume jobs such as:
```
Resuming incomplete job 10715 with e…
-
### Snakemake version
5.13.0
### Describe the bug
Singularity installed through conda may have not-traditional version numbers. For example:
```
conda install -c conda-forge singularity=3…
-
Thanks for the nice software!
When installing the dependencies through Snakemake + Conda, some YAML files refer to packages labeled 'broken'. To the best of my knowledge, these cannot be installed…
-
**What is your question?**
How do I import lark grammar written in one python project into another.
E.g.
project A has `A/grammar.lark` file
project B can import A
But
```
// file called B/…
-
**Snakemake version** 6.1.1 and git version 6.1.1+7.g5349f2a4
**Describe the bug**
Errors are thrown if we have modified rules made using the `use rule ... as ... with:` syntax in a Snakemake mo…
-
**Snakemake version**
`5.13.0+14.g1804ad75`
**Describe the bug**
Placeholders separated by double underscores (e.g., `data.{sample}__{id}.csv`) are not parsed correctly in case of dynamic workflo…
-
snakemake 5.31.1
I ran my workflow with success a first time
```
snakemake --configfile config/config_test_rapidrun.yaml -s Snakefile --cores 8 --use-conda
```
and then I ran again my workflow …
-
Hi Jiarong et al,
It was good to see that internally there is a snakemake workflow, so I have tried it already on our HPC cluster with LSF queueing – works happily on a small test dataset.
Do …