mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
e0d820f9f4
* feat: add snpeff * fix: linting * fix: tests * fix: add csv output * fix: add params information * fix: improve script * Update software/snpeff/environment.yml * Update software/snpeff/environment.yml Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com> * Apply suggestions from code review * fix test Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
10 lines
228 B
YAML
10 lines
228 B
YAML
# You can use this file to create a conda environment for this module:
|
|
# conda env create -f environment.yml
|
|
name: nf-core-snpeff-5.0
|
|
channels:
|
|
- conda-forge
|
|
- bioconda
|
|
- defaults
|
|
|
|
dependencies:
|
|
- bioconda::snpeff=5.0
|