Skip to content

Commit

Permalink
parse logs output all tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Apr 3, 2022
1 parent 6f77684 commit 9b4007e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/parse_logs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ process PARSE_LOGS {

output:
path "Table_sequences_process.tsv", emit: logs
path "Table*.tsv", emit:tables

script:
if (params.umi_length == 0) {
Expand Down

0 comments on commit 9b4007e

Please sign in to comment.