Skip to content

Commit

Permalink
remove dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Nov 10, 2024
1 parent 1563213 commit cf07ac6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subworkflows/local/rank_variants.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,10 @@ workflow RANK_VARIANTS {

ch_models_in = GENMOD_ANNOTATE.out.vcf.combine(ch_pedfile)

ch_models_in.dump(tag:'models')
GENMOD_MODELS(ch_models_in, ch_reduced_penetrance)

ch_score_in = GENMOD_MODELS.out.vcf.combine(ch_pedfile)

ch_score_in.dump(tag:'score')

GENMOD_SCORE(ch_score_in, ch_score_config)

GENMOD_COMPOUND(GENMOD_SCORE.out.vcf)
Expand Down

0 comments on commit cf07ac6

Please sign in to comment.