Skip to content

Commit

Permalink
fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Oct 14, 2024
1 parent 14eb37b commit fdc845c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
matrix:
NXF_VER:
- "23.04.0"
- "24.04.2"
- "latest-everything"
profile:
[
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/presto_umi.nf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ workflow PRESTO_UMI {
// Mask primers
if (params.maskprimers_align_race) {

PRESTO_MASKPRIMERS_ALIGN(
PRESTO_ALIGN_PRIMERS(
ch_reads_R1,
ch_cprimers.collect(),
params.primer_maxlen,
Expand Down

0 comments on commit fdc845c

Please sign in to comment.