kr-colab / greatapes_sims

1 stars 0 forks source link

snakemake won't work for more than one param comb #4

Closed mufernando closed 4 years ago

mufernando commented 4 years ago

as it is right now, the edge rules are taking lists of file names, but snakemake does not run each rule once per element in the list, instead it puts everything in the input placeholder.

work in progress...

mufernando commented 4 years ago

This has now been fixed since https://github.com/kern-lab/greatapes_sims/commit/f2dbb084b215203c2ce90bf584686f8713cfbf0b

Now each parameter combination and replicate is a starting point in the DAG.