Skip to content

Commit

Permalink
fix for the the 1000 R$ bai problem
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av committed Apr 22, 2022
1 parent 1760d15 commit 4661670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mtbseq/tbbwa.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process TBBWA {

output:
path("Bam/${genomeFileName}_${params.library_name}*.{bam,bai,bamlog}")
tuple val(genomeFileName), path("Bam/${genomeFileName}_${params.library_name}*.bam"), emit: bam_tuple
tuple val(genomeFileName), path("Bam/${genomeFileName}_${params.library_name}*.{bam,bai}"), emit: bam_tuple
path("Bam/${genomeFileName}_${params.library_name}*.bam"), emit: bam

script:
Expand Down

1 comment on commit 4661670

@Mxrcon
Copy link
Member

@Mxrcon Mxrcon commented on 4661670 Apr 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error was found by @abhi18av after inspecting the .command.run on the cluster after a tbpile fail

Please sign in to comment.