Skip to content

Commit

Permalink
Revert "formatting fix"
Browse files Browse the repository at this point in the history
This reverts commit 4170990.
  • Loading branch information
sgsutcliffe committed Sep 23, 2024
1 parent b98ac43 commit d676e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/snvphylnfc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ workflow SNVPHYL {
return [meta, reads, reference_assembly]
}

// Channel of read tuples (meta, [fastq_1, fastq_2*]):
// Channel of read tuples (meta, [fastq_1, fastq_2*]):
reads = input.map { meta, reads, reference_assembly -> tuple(meta, reads) }

INDEXING(
Expand Down

0 comments on commit d676e97

Please sign in to comment.