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

Cannot find the mapped_code column in the compound file from FooDB #79

Open
johardi opened this issue Mar 2, 2022 · 2 comments
Open

Comments

@johardi
Copy link

johardi commented Mar 2, 2022

Hi,

I couldn't find the column that you are referring in the code below (line 115) where there is a mapped_code data in the column index 44 in the "Compound.csv" from FooDB. I checked today the file but there are only 16 columns. Do I miss something?

compound_id = row[0]
mapped_code = row[44]
if str(mapped_code) != 'nan':
compounds[compound_id] = mapped_code

@rodguinea
Copy link

rodguinea commented Mar 10, 2022

After I built the graph (using Docker), I noticed that the "Food" Node is not connected to any other node.

image

@albsantosdel
Copy link
Collaborator

Hi,
FooDB (https://foodb.ca/) has changed the format in which they provide the data. We would need to modify the parser to adapt to these changes. 🐛 in FooDB parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants