Skip to content

Commit

Permalink
.cloupe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley-Grindle committed Jul 20, 2024
1 parent d8c5edd commit 42136cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/plotting.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process DISPLAY_REDUCTION {
output:
tuple val(meta), path ("*Final.rds"), emit: rds
path("*validation.log"), emit: log
path("*.loupe")
path("*.cloupe")
path("*.pdf")
//path ("versions.yml"), emit: versions

Expand All @@ -38,7 +38,7 @@ process DISPLAY_REDUCTION {
"""
pcMax=\$(paste -s <(grep PC $validation_log| grep -E -o "[0-9]") | sed 's|\\t||')
Plotting.R \
yes | Plotting.R \
$rds_file \
$resolutions \
\$pcMax \
Expand Down

0 comments on commit 42136cf

Please sign in to comment.