mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
7 lines
No EOL
190 B
YAML
7 lines
No EOL
190 B
YAML
# This file creates a conda environment for the umi_tools module
|
|
# conda env create -f environment.yml
|
|
name: nfcore-module-umitools
|
|
channels:
|
|
- bioconda
|
|
dependencies:
|
|
- umi_tools=1.0.1 |