Skip to content

Commit 6c425a4

Browse files
authored
Remove defaults channel (#20)
* remove defaults channel * update release version
1 parent 2ccaad1 commit 6c425a4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

environments/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: cgmlst-clustering
22
channels:
33
- conda-forge
44
- bioconda
5-
- defaults
65
dependencies:
76
- python=3.8.8
87
- cgmlst-dists=0.4.0

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
manifest {
22
author = 'Sherrie Wang, Dan Fornika'
33
name = 'BCCDC-PHL/cgmlst_clustering-nf'
4-
version = '0.1.0'
4+
version = '0.1.1'
55
description = 'BCCDC-PHL cgMLST and clustering'
66
mainScript = 'main.nf'
77
nextflowVersion = '>=20.01.0'

0 commit comments

Comments
 (0)