Closed halexand closed 4 years ago
I am thinking that the main environment.yaml
should just have pandas
, snakemake
, and the like.
added yaml
files for each rule in envs/
and eliminated unnecessary packages in environment.yaml
(old entries commented out for now).
Note that for some reason with creating this many environments, snakemake
appears to sometimes exit the first time you run the pipeline...
I think that we should split up
environment.yaml
into individual, specified environment files. (e.g.Trinity
rules will have their owntrinity.yaml
file inenvs/
). I think that this lessens the likelihood of issues with building the conda environment and running into conflicts between programs (e.g. Busco).This is a good to-do for next weeks code review @akrinos @cnatalie