Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Aug 13, 2024
1 parent 934c813 commit b78272f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ process SPACEMARKERS {
optParams = optParams, \
spPatterns = spPatterns, \
mode = "DE", \
analysis="enrichment"));
analysis="enrichment");
saveRDS(spaceMarkers, file = "${prefix}/spaceMarkers.rds");
'
Expand All @@ -65,4 +65,4 @@ process SPACEMARKERS {
R: \$(Rscript -e 'print(packageVersion("base"))' | awk '{print \$2}')
END_VERSIONS
"""
}
}

0 comments on commit b78272f

Please sign in to comment.