Skip to content

Commit

Permalink
Update config file to specify default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
BioWilko committed Sep 27, 2024
1 parent dd65d7c commit d1b0cdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ manifest {
description = 'Epi2me compatible Nextflow pipeline for processing ARTIC tiling amplicon Illumina sequencing reads from monkeypox virus (MPXV) samples.'
mainScript = 'main.nf'
nextflowVersion = '>=20.01.0'
version = '1.2.1'
version = '1.2.2'
defaultBranch = 'main'
}

epi2melabs {
Expand Down

0 comments on commit d1b0cdf

Please sign in to comment.