diff --git a/environments/environment.yml b/environments/environment.yml index 7b75d98..a3c01e4 100644 --- a/environments/environment.yml +++ b/environments/environment.yml @@ -2,10 +2,9 @@ name: fluviewer-nf channels: - conda-forge - bioconda - - defaults dependencies: - fastp=0.23.2 - cutadapt=4.4 - multiqc=1.15 - fastqc=0.12.1 - - genoflu=1.03 + - genoflu=1.05 diff --git a/nextflow.config b/nextflow.config index e1855d5..2830cec 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,7 +1,7 @@ manifest { author = 'James Zlosnik (nextflow pipeline)/Kevin Kuchinski (FluViewer)' name = 'BCCDC-PHL/fluviewer-nf' - version = '0.3.0' + version = '0.3.1' description = 'BCCDC-PHL FluViewer' mainScript = 'main.nf' nextflowVersion = '>=20.01.0'