nf-core_modules/software/fastqc/environment.yml
2020-07-15 09:47:41 +02:00

9 lines
226 B
YAML

# 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:
- fastqc=0.11.9