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

run_sample_type_predictor import is wrong #277

Open
dmalzl opened this issue Nov 25, 2023 · 0 comments
Open

run_sample_type_predictor import is wrong #277

dmalzl opened this issue Nov 25, 2023 · 0 comments

Comments

@dmalzl
Copy link

dmalzl commented Nov 25, 2023

When running the run_pipeline.py script I get an import error when it is trying to import run_sample_type_predictor. This import is written as

from predict_sample_type import run_sample_type_predictor

when really this module is part of the map_sra_to_ontology module and the import should read

from map_sra_to_ontology import run_sample_type_predictor

rewriting the first to the second fixes the import error and the pipeline runs without problem. Of course given #276 was fixed before

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

1 participant