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

Using convert_id() without REST_API #38

Open
w2felix opened this issue Sep 2, 2024 · 3 comments
Open

Using convert_id() without REST_API #38

w2felix opened this issue Sep 2, 2024 · 3 comments

Comments

@w2felix
Copy link

w2felix commented Sep 2, 2024

can I use local files downloaded from the KEGG ftp to run convert_id functions?
I would like to let the package run on a machine without internet.
Best wishes
Felix

@noriakis
Copy link
Owner

noriakis commented Sep 6, 2024

Thank you always for your suggestion. This is indeed an important feature and I will definitely implement one for specifying the converting table without accessing REST API.

@noriakis
Copy link
Owner

Hi, in 88a401b, convert_id now has following arguments:

file: file for converting IDs
query_column: query column number
convert_column: convert column number
pref: prefix to be added (optional) to the query column

I think most of the cases can be covered including files from downloaded KEGG data, but let me hear your thought!

@w2felix
Copy link
Author

w2felix commented Sep 10, 2024

sounds reasonable, will test it later

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

2 participants