Skip to content

Commit

Permalink
debug spacemarkers_imscores
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Sep 6, 2024
1 parent 4248c6a commit 1f243b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ process SPACEMARKERS {
SpaceMarkers: \$(Rscript -e 'print(packageVersion("SpaceMarkers"))' | awk '{print \$2}')
R: \$(Rscript -e 'print(packageVersion("base"))' | awk '{print \$2}')
END_VERSIONS
"""
"""
script:
def args = task.ext.args ?: ''
prefix = task.ext.prefix ?: "${meta.id}"
Expand Down Expand Up @@ -229,4 +229,6 @@ process SPACEMARKERS_IMSCORES {
"${task.process}":
SpaceMarkers: \$(Rscript -e 'print(packageVersion("SpaceMarkers"))' | awk '{print \$2}')
R: \$(Rscript -e 'print(packageVersion("base"))' | awk '{print \$2}')
END_VERSIONS
"""
}

0 comments on commit 1f243b3

Please sign in to comment.