Skip to content

Commit

Permalink
Update run_param_config.py
Browse files Browse the repository at this point in the history
needed to update the recipe for Whole Exome Sequencing for Human and Mouse
  • Loading branch information
darrelln32 committed Jun 1, 2024
1 parent 37a9624 commit a964db0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/run_param_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ def get_ordered_dic(unordered_dic):
MSKQ: "yes",
MD: "yes"
},
"WholeExomeSequencing": {
"WES_Human": {
# WholeExomeSequencing
BAITS: "/igo/home/igo/resources/ilist/hg38/IDT_Exome_v2_FP/IDT_Exome_v2_FP_BAITS.baits",
TARGETS: "/igo/home/igo/resources/ilist/hg38/IDT_Exome_v2_FP/IDT_Exome_v2_FP_TARGETS.targets",
MSKQ: "no",
Expand Down Expand Up @@ -504,7 +505,7 @@ def get_ordered_dic(unordered_dic):
MSKQ: "no",
MD: "yes"
},
"IDT_Exome_v2_FP_Viral_Probes": {
"WES_Human": {
# IDT_Exome_v2_FP_Viral_Probes or WES_Human
BAITS: "/igo/home/igo/resources/ilist/hg38/IDT_Exome_v2_FP/IDT_Exome_v2_FP_BAITS.baits",
TARGETS: "/igo/home/igo/resources/ilist/hg38/IDT_Exome_v2_FP/IDT_Exome_v2_FP_TARGETS.targets",
Expand Down Expand Up @@ -612,7 +613,8 @@ def get_ordered_dic(unordered_dic):
MSKQ: "no",
MD: "yes"
},
"Twist_mWES": {
"WES_Mouse": {
# Twist_mWES
BAITS: "/home/igo/resources/ilist/Twist_mWES/Twist_mWES_BAITS.IntervalList",
TARGETS: "/home/igo/resources/ilist/Twist_mWES/Twist_mWES_TARGETS.IntervalList"
},
Expand Down

0 comments on commit a964db0

Please sign in to comment.