Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
l-mansouri committed Oct 31, 2023
1 parent 7e5ce7e commit 02de25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ch_exomiser_data = Channel.fromPath("${params.exomiser_data}")
maxErrors 5
input:
set proband_id1, file(vcf_path1), file(vcf_index_path1) from ch_vcf_paths
file family_file from ch_vcf.collect()
file family_file from ch_families_file.collect()
output:
tuple val(proband_id1), file("${proband_id1}-HPO.txt"), file("${proband_id1}.ped"), file("${proband_id1}_ID.txt") into ch_to_join
script:
Expand Down

0 comments on commit 02de25b

Please sign in to comment.