Skip to content

Commit

Permalink
Update raredisease.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn authored Sep 4, 2023
1 parent 06f717c commit 3241886
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions workflows/raredisease.nf
Original file line number Diff line number Diff line change
Expand Up @@ -647,16 +647,13 @@ def create_case_channel(List rows) {
mother = item.maternal
}
}
println(probands)

case_info.father = father
case_info.mother = mother
case_info.probands = probands.unique()
case_info.upd_children = upd_children.unique()
case_info.id = rows[0].case_id

println(case_info)

return case_info
}

Expand Down

0 comments on commit 3241886

Please sign in to comment.