mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
10 lines
238 B
YAML
10 lines
238 B
YAML
|
# You can use this file to create a conda environment for this pipeline:
|
||
|
# conda env create -f environment.yml
|
||
|
name: nf-core-bedtools-merge
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
- bioconda
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- bioconda::bedtools=2.29.2
|