We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccaad1 commit 6c425a4Copy full SHA for 6c425a4
2 files changed
environments/environment.yml
@@ -2,7 +2,6 @@ name: cgmlst-clustering
2
channels:
3
- conda-forge
4
- bioconda
5
- - defaults
6
dependencies:
7
- python=3.8.8
8
- cgmlst-dists=0.4.0
nextflow.config
@@ -1,7 +1,7 @@
1
manifest {
author = 'Sherrie Wang, Dan Fornika'
name = 'BCCDC-PHL/cgmlst_clustering-nf'
- version = '0.1.0'
+ version = '0.1.1'
description = 'BCCDC-PHL cgMLST and clustering'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
0 commit comments