mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
17 lines
No EOL
292 B
YAML
17 lines
No EOL
292 B
YAML
# This file creates a conda environment for the umi_tools module
|
|
# conda env create -f environment.yml
|
|
name: nfcore-umitools-0.1
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
- defaults
|
|
dependencies:
|
|
## basic packages
|
|
- pigz=2.3.4
|
|
|
|
## bioconda packages, see above
|
|
- umi_tools=1.0.1
|
|
|
|
|
|
|
|
|