Skip to content

Commit

Permalink
Update artic.nf
Browse files Browse the repository at this point in the history
Fixed a typo in artics "normalise_threshold" intake for custom-bed files leading to an unknown variable crash.
  • Loading branch information
DataSpott authored Oct 17, 2023
1 parent 8b953c7 commit c17bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/process/artic.nf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ process artic_medaka_custom_bed {

input:
tuple val(name), path(reads), path(external_scheme), path(primerBed)
val(normalize_threshold)
val(normalise_threshold)
output:
tuple val(name), path("*.consensus.fasta"), emit: fasta
tuple val(name), path("${name}_mapped_*.primertrimmed.sorted.bam"), path("${name}_mapped_*.primertrimmed.sorted.bam.bai"), emit: reference_bam
Expand Down

0 comments on commit c17bc74

Please sign in to comment.