Skip to content

Commit

Permalink
Update run_param_config.py
Browse files Browse the repository at this point in the history
Adding MSK/CMO Bait/Target set to table
  • Loading branch information
darrelln32 committed Feb 5, 2024
1 parent 15504d4 commit 4ad6fc6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/run_param_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,18 @@ def get_ordered_dic(unordered_dic):
MSKQ: "no",
MD: "yes"
},
"MSK-CH": {
BAITS: "/igo/home/igo/resources/ilist/hg38/CMO-CH/CMO-CH.hg38.baits",
TARGETS: "/igo/home/igo/resources/ilist/hg38/CMO-CH/CMO-CH.hg38.targets",
MSKQ: "no",
MD: "yes"
},
"CMO-CH": {
BAITS: "/igo/home/igo/resources/ilist/hg38/CMO-CH/CMO-CH.hg38.baits",
TARGETS: "/igo/home/igo/resources/ilist/hg38/CMO-CH/CMO-CH.hg38.targets",
MSKQ: "no",
MD: "yes"
},
"HumanWholeGenome": {
MSKQ: "no",
MD: "yes",
Expand Down

0 comments on commit 4ad6fc6

Please sign in to comment.