zavolanlab / mirflowz

Snakemake workflow for the mapping and quantification of miRNAs and isomiRs from miRNA-Seq libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for conda environments

deliaBlue opened this issue · comments

Allow the workflow to support both Singularity containers and Conda environments.
The user will then be able to decide whether to use Singularity (--use-singularity) or Conda (--use-conda) when running Snakemake.
This addition, implies to have a test for the Singularity run and one for the Conda run.