Skip to content

Commit

Permalink
Merge pull request #5 from eastgenomics/v1.0.1
Browse files Browse the repository at this point in the history
Switched to tested_regions bed for hap.py
  • Loading branch information
Yu-jinKim authored May 17, 2021
2 parents 5ea8af3 + d2a7ac0 commit 51f7e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egg4_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

happy_stage_prefix = "{}.prefix".format(happy_stage_id)
happy_stage_bed = {
"{}.panel_bed ID".format(happy_stage_id): "file-G2J5ZV0433GQJz7860vb4PB1",
"{}.panel_bed".format(happy_stage_id): "file-G2J5ZV0433GQJz7860vb4PB1"
"{}.panel_bed ID".format(happy_stage_id): "file-G2V8k90433GVQ7v07gfj0ggX",
"{}.panel_bed".format(happy_stage_id): "file-G2V8k90433GVQ7v07gfj0ggX"
}

multi_stage_input_dict = {
Expand Down

0 comments on commit 51f7e88

Please sign in to comment.