Skip to content

Commit

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

* Update seaborn.yml

* Update snpit.yml

* Update nextflow.config
  • Loading branch information
taranewman authored Dec 4, 2024
1 parent 16a857d commit 1fc0ca7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 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: tbprofiler-nf
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python=3
- fastp=0.23.2
Expand Down
1 change: 0 additions & 1 deletion environments/seaborn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ name: seaborn
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- seaborn=0.12.2
1 change: 0 additions & 1 deletion environments/snpit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: snpit
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python
- cython
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 = 'BCCDC-PHL TBProfiler Nextflow Wrapper'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '0.2.2'
version = '0.2.4'
}

params {
Expand Down

0 comments on commit 1fc0ca7

Please sign in to comment.