Skip to content

Commit

Permalink
updates for drosophila
Browse files Browse the repository at this point in the history
changing entries in run param config script to point to correct location of drosophila genome.  taking out dm6 (drosophila) from the DRAGEN_RNA_GENOMES list
  • Loading branch information
darrelln32 committed Apr 21, 2024
1 parent e9299aa commit c781724
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/LaunchMetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
DEMUX_ONLY = ["SMARTSeq", "10X_Genomics"]

# Organisms to have DRAGEN BAMS
DRAGEN_RNA_GENOMES = ["GRCh38", "grcm39", "dm6"]
DRAGEN_RNA_GENOMES = ["GRCh38", "grcm39"]
# this list contains the headers of the columns. we will access the data using these listings
PICARD_VERSION = "2_23_2"
PICARD_JAR = "/igo/home/igo/resources/picard2.23.2/picard.jar "
Expand Down
14 changes: 7 additions & 7 deletions scripts/run_param_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@ def get_ordered_dic(unordered_dic):
},
"dm6": {
DEFAULT: {
GENOME: "/igo/work/nabors/genomes/Drosophila_melanogaster/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REFERENCE: "/igo/work/nabors/genomes/Drosophila_melanogaster/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa"
GENOME: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REFERENCE: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa"
},
"RNA": {
GENOME: "/igo/work/nabors/genomes/Drosophila_melanogaster/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REFERENCE: "/igo/work/nabors/genomes/Drosophila_melanogaster/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REF_FLAT: "/igo/work/nabors/genomes/Drosophila_melanogaster/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf.ref.flat",
RIBOSOMAL_INTERVALS: "/igo/work/nabors/genomes/Drosophila_melanogaster/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf.bed.rRNA.intervals",
GTF: "/igo/work/nabors/genomes/Drosophila_melanogaster/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf",
GENOME: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REFERENCE: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/Drosophila_melanogaster.BDGP6.46.dna.toplevel.fa",
REF_FLAT: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf.refFlat",
RIBOSOMAL_INTERVALS: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf.bed.rRNA.intervals",
GTF: "/igo/work/nabors/genomes/Drosophila_melanogaster/ENSEMBL/GTF/Drosophila_melanogaster.BDGP6.46.110.gtf",
GTAG: "dm6"
}
},
Expand Down

0 comments on commit c781724

Please sign in to comment.