-
Notifications
You must be signed in to change notification settings - Fork 3
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
Convert gene_IDs_names to toml #17
Comments
I had a look at the first implementation. There are some issues with it, I have added some comments: Some more details. If the gene has no synonyms (third column is empty), then it should not have the synonyms attribute in toml
|
Good job @anamika-yadav99 ! The function does what it should do, just a few details on the code style: genestorian_data_refinement/get_data/convert_gene2toml.py Lines 15 to 16 in 42f3e07
When checking two conditions, use
You don't need to use |
Added in #23 |
Create a script
get_data/convert_genes2toml.py
that writes the filedata/genes.toml
fromdata/gene_IDs_names.tsv
, the same way thatget_data/convert_alleles2toml.py
writesdata/alleles_pombemine.tsv
.What the fields are is explained in the readme.
For a row in the file, such as:
The output should be
The text was updated successfully, but these errors were encountered: