mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 05:43:08 +00:00
11 lines
253 B
YAML
11 lines
253 B
YAML
|
# You can use this file to create a conda environment for this pipeline:
|
||
|
# conda env create -f environment.yml
|
||
|
name: nf-core-bwa-mem
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
- bioconda
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- bioconda::bwa=0.7.17
|
||
|
- bioconda::samtools=1.9
|