mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
luslab-umitools | Created conda environment for umi_tools
This commit is contained in:
parent
5f82d0a702
commit
e46db6d31d
1 changed files with 17 additions and 0 deletions
17
tools/umi_tools/environment.yml
Normal file
17
tools/umi_tools/environment.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue