Skip to content

Commit

Permalink
Attempt solving #155
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Jul 12, 2024
1 parent 4a2d30f commit b5931b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/ciriquant/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ process CIRIQUANT {

input:
tuple val(meta), path(reads)
tuple val(meta2), path(gtf)
tuple val(meta2), path(gtf, stageAs: 'annotations.gtf')
tuple val(meta3), path(fasta)
tuple val(meta4), path(bwa)
tuple val(meta5), path(hisat2)
Expand Down

0 comments on commit b5931b9

Please sign in to comment.