mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
9 lines
226 B
YAML
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.8
|