Skip to content

Commit

Permalink
Update run_param_config.py
Browse files Browse the repository at this point in the history
adding the genone reference fasta file for Candida_parapsilosis to the script
  • Loading branch information
darrelln32 committed Nov 23, 2024
1 parent 287da08 commit 0a1e8dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/run_param_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def get_ordered_dic(unordered_dic):
"Plasmid": "ecolik12",
"Pig": "sscrofa11",
"N. glabratus": "cbs138",
"C. parapsilosis": "cdc317",
# FOR NEW ENTRIES
# "{regex}": "{GENOME}"

Expand Down Expand Up @@ -340,6 +341,20 @@ def get_ordered_dic(unordered_dic):
GTAG: "cbs138"
}
},
"cdc317": {
DEFAULT: {
GENOME: "/igo/work/nabors/genomes/Candida_parapsilosis/GCF_000182765.1_ASM18276v2_CDC317.fa",
REFERENCE: "/igo/work/nabors/genomes/Candida_parapsilosis/GCF_000182765.1_ASM18276v2_CDC317.fa"
},
"RNA": {
GENOME: "/igo/work/nabors/genomes/Candida_parapsilosis/GCF_000182765.1_ASM18276v2_CDC317.fa",
REFERENCE: "/igo/work/nabors/genomes/Candida_parapsilosis/GCF_000182765.1_ASM18276v2_CDC317.fa",
REF_FLAT: "",
RIBOSOMAL_INTERVALS: "",
GTF: "/igo/work/nabors/genomes/Candida_parapsilosis/GTF/GCF_000182765.1_ASM18276v2_CDC317.gtf",
GTAG: "cdc317"
}
},
"ce10": {
DEFAULT: {
GENOME: "/igo/work/genomes/C.elegans/ce10/BWA_0.7.5a/ce10.fa",
Expand Down

0 comments on commit 0a1e8dd

Please sign in to comment.