Skip to content

Commit

Permalink
changed order of input
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed May 17, 2024
1 parent da95927 commit 277aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/blobtools.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process blobtools_create {
errorStrategy { task.attempt < 2 ? 'retry' : 'ignore'}

input:
tuple val(meta), file(contig), file(blastn), file(bam)
tuple val(meta), file(contig), file(bam), file(blastn)

output:
tuple val(meta), file("blobtools/*.blobDB.json"), emit: json
Expand Down

0 comments on commit 277aba7

Please sign in to comment.