Skip to content

Commit

Permalink
remove defaults channel (#41)
Browse files Browse the repository at this point in the history
* remove defaults channel

* Update nextflow.config
  • Loading branch information
taranewman authored Dec 4, 2024
1 parent ea42041 commit 48e93e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion environments/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: taxon-abundance
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python=3
- pyyaml=6.0.1
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest {
description = 'Taxon Abundance'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '0.1.7'
version = '0.1.8'
}

params {
Expand Down

0 comments on commit 48e93e5

Please sign in to comment.