Skip to content

Commit 0e62768

Browse files
committed
add comment code
1 parent 47f6c19 commit 0e62768

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

subworkflows/local/consensus_sequence.nf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ workflow CONSENSUS_SEQUENCE {
3434
addNewMetaFromAttributes(it, "vcf_reference_id", "reference", true)
3535
}
3636
)
37+
// Filter out lines with missing VCF. Serves to remove the ifEmpty input of ch_samplesheet_vcfs.
3738
.filter{
3839
merge_meta, vcfs ->
3940
vcfs != []

0 commit comments

Comments
 (0)