Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omim annotation issue : gene list not sorted #239

Open
Melalaoua opened this issue May 27, 2024 · 1 comment
Open

Omim annotation issue : gene list not sorted #239

Melalaoua opened this issue May 27, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Melalaoua
Copy link

Melalaoua commented May 27, 2024

Issue

Tabix throw error that omim bed file generated from howard is not sorted (likely gene on negative strand are not correctly inserted in the bed file)

Omim bed annotation creation

howard databases --input_extann path/to/extann --output_extann OMIMannota
tion.bed --refgene path/to/refseq.bed --genomes-folder /path/to/genome/folder --genome path/to/genome.fasta --param_extann path/to/extann_param.json

Extann file :

{
"OMIMannotations": {
"reference": "hg19",
"genes": {
"Number": "1",
"Type": "String",
"Description": "Gene symbol"
},
"transcript": {
"Number": "1",
"Type": "String",
"Description": "Refgene transcript"
},
"OMIM_phenotype": {
"Number": ".",
"Type": "String",
"Description": "List of OMIM phenotype"
},
"OMIM_inheritance": {
"Number": ".",
"Type": "String",
"Description": "List of OMIM inheritance"
},
"OMIM_ID": {
"Number": ".",
"Type": "Integer",
"Description": "List of OMIM ID"
}
},
"replace": {
",": "|",
";": ","
},
"extra_col_list": [
"transcript"
],
"transcript_extann": "",
"mode_extann": "",
"refgene_extann": ""
}

For what use ?

To howard process a vcf with omim annotation
howard process --input=test.vcf --output=output.vcf --param=param.json

Param.json file :
{
"annotation": {
"bcftools" : {
"annotations" : {
"/databases/OMIMannotations/current/hg19/sorted_OMIMannotation.all.bed.gz": {
"OMIM_phenotype": "OMIM_phenotype",
"OMIM_ID": "OMIM_ID",
"OMIM_inheritance" : "OMIM_inheritance"
}
}
}
}
}

Howard version ?

main latest (0726681)

@JbaptisteLam

@JbaptisteLam JbaptisteLam self-assigned this May 27, 2024
@JbaptisteLam JbaptisteLam added the bug Something isn't working label Jun 14, 2024
@JbaptisteLam
Copy link
Collaborator

Not able to reproduce the error or it's already fixed in the release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants