Skip to content

Commit

Permalink
Revert "update kallistobustools count output list" (nf-core#5307)
Browse files Browse the repository at this point in the history
Revert "update kallistobustools count output list (nf-core#5110)"

This reverts commit 9d3e489.
  • Loading branch information
fmalmeida authored and tucano committed Mar 20, 2024
1 parent f20e80d commit 73ba108
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
8 changes: 3 additions & 5 deletions modules/nf-core/kallistobustools/count/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ process KALLISTOBUSTOOLS_COUNT {
val workflow_mode

output:
tuple val(meta), path ("*.count") , emit: count
tuple val(meta), path ("*.count/counts_unfiltered"), emit: raw_counts
tuple val(meta), path ("*.count/counts_filtered") , emit: filtered_counts, optional: true
path "versions.yml" , emit: versions
path "*.count/*/*.mtx" , emit: matrix //Ensure that kallisto finished and produced outputs
tuple val(meta), path ("*.count") , emit: count
path "versions.yml" , emit: versions
path "*.count/*/*.mtx" , emit: matrix //Ensure that kallisto finished and produced outputs

when:
task.ext.when == null || task.ext.when
Expand Down
8 changes: 0 additions & 8 deletions modules/nf-core/kallistobustools/count/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ output:
type: file
description: kb count output folder
pattern: "*.{count}"
- raw_counts:
type: file
description: kb raw counts output folder
pattern: "*.{count}/counts_unfiltered"
- filtered_counts:
type: file
description: kb filtered counts output folder
pattern: "*.{count}/counts_filtered"
- versions:
type: file
description: File containing software versions
Expand Down
30 changes: 2 additions & 28 deletions modules/nf-core/kallistobustools/count/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73ba108

Please sign in to comment.