All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mpbio.jannovar-cli.0.40.source-code.default_sources.ini Maven / Gradle / Ivy

; INI file with default data sources for Jannovar.
;
; This file is packed into the Jannovar JAR file.
;
; Each data source is described in one section. By convention, the section
; and data source name is given as "${organism}/${source}". Jannovar will
; serialize the file to "${name}.replace('/', '_').replace("\", "_").
;
; Users can provide their own INI files using the --data-source parameter
; to Jannovar, even orriding the defaults from this file.
;
; Each section contains a "type" entry that will make Jannovar use the
; appropriate DataSource and JannovarDataFactory type for downloading and
; parsing.
;
; Name / Contig ID Mapping
; ========================
;
; Independent of the type, the "chromInfo" and "chrToAccessions" entry are
; expected and give URLs to the "chromInfo.txt.gz" at UCSC describing the
; contig/chromosome lengths and "chrToAccessions" at RefSeq with the
; official contig names and RefSeq/GenBank identifiers.
;
; Transcript Files
; ================
;
; Keys for the types:
;
; * ucsc: knownGene, knownGeneMrna, kgXref, knownToLocusLink
; * ensembl: gtf, cdna, ncrna
; * refseq: gff, dna
;
; Aliasing
; ========
;
; The mitochondrial chromosome has the key "MT" in RefSeq but "M" in UCSC.
; Thus, we allow to create manual aliasing that is executed after loading the
; chrToAccessions file from RefSeq and before loading the chromInfo file from
; UCSC. Each line has the "alias" key. The value "MT,M,chrM" means that the
; contig names "M" and "chrM" are aliased to the contig name "MT" that is
; already known from the chrToAccessions file.
;
; Note that all alias lines are processed in linear order. If the name in the
; first entry of the list is not known yet then it is created with the next
; free number. This is useful for adding a adding the missing MT chromosome
; entry for hg18, for example.

; ---------------------------------------------------------------------------
; hg19/GRCh37
; ---------------------------------------------------------------------------

; HG19 from UCSC
[hg19/ucsc]
type=ucsc
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
knownCanonical=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/knownCanonical.txt.gz
knownGene=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/knownGene.txt.gz
knownGeneMrna=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/knownGeneMrna.txt.gz
kgXref=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/kgXref.txt.gz
knownToLocusLink=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/knownToLocusLink.txt.gz

; HG19 from Ensembl
[hg19/ensembl]
type=ensembl
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
gtf=http://ftp.ensembl.org/pub/grch37/current/gtf/homo_sapiens/Homo_sapiens.GRCh37.87.gtf.gz
cdna=http://ftp.ensembl.org/pub/grch37/current/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh37.cdna.all.fa.gz
table_gene_main=http://ftp.ensembl.org/pub/grch37/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__gene__main.txt.gz.bz2
table_hgnc=http://ftp.ensembl.org/pub/grch37/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__ox_hgnc__dm.txt.gz.bz2
table_entrezgene=http://ftp.ensembl.org/pub/grch37/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__ox_entrezgene__dm.txt.gz.bz2

; HG19 from RefSeq
[hg19/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/GFF/ref_GRCh37.p13_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; HG19 from RefSeq (only curated data sets)
[hg19/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/GFF/ref_GRCh37.p13_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; HG19 from RefSeq interim alignment (see https://www.ncbi.nlm.nih.gov/books/NBK430989/#_news_02-14-2017-interim-annotation-update-human_)
[hg19/refseq_interim]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GRCh37.p13_interim_annotation/interim_GRCh37.p13_top_level_2017-01-13.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GRCh37.p13_interim_annotation/interim_GRCh37.p13_rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; HG19 from RefSeq interim alignment, only curated (see https://www.ncbi.nlm.nih.gov/books/NBK430989/#_news_02-14-2017-interim-annotation-update-human_)
[hg19/refseq_interim_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg19/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Homo_sapiens/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_GRCh37.p13
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GRCh37.p13_interim_annotation/interim_GRCh37.p13_top_level_2017-01-13.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GRCh37.p13_interim_annotation/interim_GRCh37.p13_rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; ---------------------------------------------------------------------------
; hg38/GRCh38
; ---------------------------------------------------------------------------

; HG38 from UCSC
[hg38/ucsc]
type=ucsc
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/Assembled_chromosomes/chr_accessions_GRCh38.p12
chrToAccessions.format=chr_accessions
knownCanonical=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/knownCanonical.txt.gz
knownGene=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/knownGene.txt.gz
knownGeneMrna=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/knownGeneMrna.txt.gz
kgXref=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/kgXref.txt.gz
knownToLocusLink=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/knownToLocusLink.txt.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; HG38 from Ensembl
[hg38/ensembl]
type=ensembl
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/Assembled_chromosomes/chr_accessions_GRCh38.p12
chrToAccessions.format=chr_accessions
gtf=http://ftp.ensembl.org/pub/release-91/gtf/homo_sapiens/Homo_sapiens.GRCh38.91.gtf.gz
cdna=http://ftp.ensembl.org/pub/release-91/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh38.cdna.all.fa.gz
table_gene_main=http://ftp.ensembl.org/pub/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__gene__main.txt.gz
table_hgnc=http://ftp.ensembl.org/pub/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__ox_hgnc__dm.txt.gz
table_entrezgene=http://ftp.ensembl.org/pub/release-95/mysql/ensembl_mart_95/hsapiens_gene_ensembl__ox_entrezgene__dm.txt.gz

; HG38 from RefSeq
[hg38/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/Assembled_chromosomes/chr_accessions_GRCh38.p12
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GFF/ref_GRCh38.p12_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; HG38 from RefSeq (only curated data sets)
[hg38/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/hg38/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/Assembled_chromosomes/chr_accessions_GRCh38.p12
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/GFF/ref_GRCh38.p12_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/H_sapiens/ARCHIVE/ANNOTATION_RELEASE.109/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=251831106

; ---------------------------------------------------------------------------
; mm9
; ---------------------------------------------------------------------------

; MM9 from UCSC
[mm9/ucsc]
type=ucsc
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/Assembled_chromosomes/chr_accessions_MGSCv37
chrToAccessions.format=chr_accessions
knownCanonical=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/knownCanonical.txt.gz
knownGene=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/knownGene.txt.gz
knownGeneMrna=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/knownGeneMrna.txt.gz
kgXref=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/kgXref.txt.gz
knownToLocusLink=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/knownToLocusLink.txt.gz

; MM9 from Ensembl
; BOKEN because HGNC file is only available on humans
; [mm9/ensembl]
; type=ensembl
; alias=MT,M,chrM
; chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/chromInfo.txt.gz
; chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/Assembled_chromosomes/chr_accessions_MGSCv37
; chrToAccessions.format=chr_accessions
; gtf=http://ftp.ensembl.org/pub/release-67/gtf/mus_musculus/Mus_musculus.NCBIM37.67.gtf.gz
; cdna=http://ftp.ensembl.org/pub/release-67/fasta/mus_musculus/cdna/Mus_musculus.NCBIM37.67.cdna.all.fa.gz
; table_gene_main=http://ftp.ensembl.org/pub/release-67/mysql/ensembl_mart_67/mmusculus_gene_ensembl__gene__main.txt.gz
; table_hgnc=
; table_entrezgene=http://ftp.ensembl.org/pub/release-67/mysql/ensembl_mart_67/mmusculus_gene_ensembl__ox_entrezgene__dm.txt.gz

; MM9 from RefSeq
[mm9/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/Assembled_chromosomes/chr_accessions_MGSCv37
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/GFF/ref_MGSCv37_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34538597

; MM9 from RefSeq (only curated data sets)
[mm9/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm9/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/Assembled_chromosomes/chr_accessions_MGSCv37
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/GFF/ref_MGSCv37_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/ARCHIVE/BUILD.37.2/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34538597

; ---------------------------------------------------------------------------
; mm10
; ---------------------------------------------------------------------------

; MM10 from UCSC
[mm10/ucsc]
type=ucsc
alias=MT,M,chrM
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Mus_musculus/Assembled_chromosomes/chr_accessions_GRCm38.p6
chrToAccessions.format=chr_accessions
knownCanonical=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/knownCanonical.txt.gz
knownGene=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/knownGene.txt.gz
knownGeneMrna=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/knownGeneMrna.txt.gz
kgXref=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/kgXref.txt.gz
knownToLocusLink=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/knownToLocusLink.txt.gz

; MM10 from Ensembl
; BOKEN because HGNC file is only available on humans
; [mm10/ensembl]
; type=ensembl
; alias=MT,M,chrM
; chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/chromInfo.txt.gz
; chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Mus_musculus/Assembled_chromosomes/chr_accessions_GRCm38.p6
; chrToAccessions.format=chr_accessions
; gtf=http://ftp.ensembl.org/pub/release-74/gtf/mus_musculus/Mus_musculus.GRCm38.74.gtf.gz
; cdna=http://ftp.ensembl.org/pub/release-74/fasta/mus_musculus/cdna/Mus_musculus.GRCm38.74.cdna.all.fa.gz
; table_gene_main=http://ftp.ensembl.org/pub/release-74/mysql/ensembl_mart_74/mmusculus_gene_ensembl__gene__main.txt.gz
; table_hgnc=
; table_entrezgene=http://ftp.ensembl.org/pub/release-74/mysql/ensembl_mart_74/mmusculus_gene_ensembl__ox_entrezgene__dm.txt.gz

; MM10 from RefSeq
[mm10/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Mus_musculus/Assembled_chromosomes/chr_accessions_GRCm38.p6
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/GFF/ref_GRCm38.p6_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34538597

; MM10 from RefSeq (only curated data sets)
[mm10/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/Mus_musculus/Assembled_chromosomes/chr_accessions_GRCm38.p6
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/GFF/ref_GRCm38.p6_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/M_musculus/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34538597

; ---------------------------------------------------------------------------
; mm39
; ---------------------------------------------------------------------------

; MM39 from RefSeq
[mm39/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm39/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/reference/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_assembly_structure/Primary_Assembly/assembled_chromosomes/chr2acc
chrToAccessions.format=chr2acc
gff=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/annotation_releases/109/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_genomic.gff.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/annotation_releases/109/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_rna.fna.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34539597

; MM39 from RefSeq (only curated data sets)
[mm39/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/mm39/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/reference/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_assembly_structure/Primary_Assembly/assembled_chromosomes/chr2acc
chrToAccessions.format=chr2acc
gff=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/annotation_releases/109/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_genomic.gff.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/refseq/vertebrate_mammalian/Mus_musculus/annotation_releases/109/GCF_000001635.27_GRCm39/GCF_000001635.27_GRCm39_rna.fna.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=34539597

; ---------------------------------------------------------------------------
; rn6
; ---------------------------------------------------------------------------

[rn6/refseq]
type=refseq
alias=MT,M,chrM
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/rn6/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_Rnor_6.0
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/GFF/ref_Rnor_6.0_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=110189714

[rn6/refseq_curated]
type=refseq
alias=MT,M,chrM
onlyCurated=true
allowNonCodingNm=true
chromInfo=http://hgdownload.soe.ucsc.edu/goldenPath/rn6/database/chromInfo.txt.gz
chrToAccessions=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/Assembled_chromosomes/chr_accessions_Rnor_6.0
chrToAccessions.format=chr_accessions
gff=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/GFF/ref_Rnor_6.0_top_level.gff3.gz
rna=https://ftp.ncbi.nlm.nih.gov/genomes/archive/old_refseq/R_norvegicus/ARCHIVE/ANNOTATION_RELEASE.105/RNA/rna.fa.gz
faMT=https://www.ncbi.nlm.nih.gov/sviewer/viewer.cgi?save=file&db=nuccore&report=fasta&id=110189714




© 2015 - 2024 Weber Informatics LLC | Privacy Policy