nf-core_modules/software/fastqc/environment.yml

10 lines
226 B
YAML
Raw Normal View History

# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-modules-fastqc
channels:
- conda-forge
- bioconda
- defaults
dependencies:
2020-07-14 09:49:08 +00:00
- fastqc=0.11.9