dahak-metagenomics / dahak-taco

🌮 Taco is an experimental command line interface for dahak workflows. https://dahak-metagenomics.github.io/dahak-taco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

What happens if Snakemake has conda directives but no conda installed? #18

Closed charlesreid1 closed 6 years ago

charlesreid1 commented 6 years ago

see #25 - taco location is separate from compute location, by default, so we use the same model as snakemake - submit individual jobs to individual nodes (however we happen to be configured to be able to do); if it doesn't have the software we need we will run into problems.

also see #15 - another issue that goes away when we treat the node that taco runs on as separate from the node that the compute tasks run on