Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: artic-network/artic-mpxv-nf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.2
Choose a base ref
...
head repository: artic-network/artic-mpxv-nf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 12, 2024

  1. Copy the full SHA
    76029fc View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 main.nf
  2. +1 −1 nextflow.config
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
@@ -468,6 +468,7 @@ workflow {
// check to make sure min and max length have been set
if (!params.max_len || !params.min_len) {
log.info """${c_purple}EXITING: --min_len and --max_len parameters must be specified when using custom schemes.${c_reset}"""
exit 1
}

params._max_len = params.max_len
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ manifest {
description = 'Run the ARTIC fieldbioinformatics workflow on multiplexed MPXV ONT data'
mainScript = 'main.nf'
nextflowVersion = '>=23.04.2'
version = 'v1.2.2'
version = 'v1.2.3'
}

epi2melabs {