Skip to content
Snippets Groups Projects
Commit c1953ef5 authored by mwham's avatar mwham
Browse files

Fixing fake BCBio

parent ab4f1f5d
No related branches found
No related tags found
1 merge request!1NextFlow
...@@ -75,9 +75,7 @@ workflow prepare_bcbio_config { ...@@ -75,9 +75,7 @@ workflow prepare_bcbio_config {
main: main:
ch_merged_fastqs = merge_fastqs(ch_samplesheet_info) ch_merged_fastqs = merge_fastqs(ch_samplesheet_info)
ch_merged_data = ch_individuals_by_family.map( ch_merged_data = ch_individuals_by_family.map({ k, v -> v })
{ k, v -> v }
)
.join(ch_merged_fastqs) .join(ch_merged_fastqs)
.map( .map(
{ sample_id, family_id, father, mother, sex, phenotype, r1s, r2s, merged_r1, merged_r2 -> { sample_id, family_id, father, mother, sex, phenotype, r1s, r2s, merged_r1, merged_r2 ->
......
#/usr/bin/env python #!/usr/bin/env python
""" """
Fake BCBio for testing with the empty datasets from tests/assets/ Fake BCBio for testing with the empty datasets from tests/assets/
""" """
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment