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