We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now a lot of code is sitting in files outside of the module package folder gocamgen making it difficult to generate models outside of this repo:
gocamgen
filter_rule.py gen_models_by_gene.py gpad_extensions_mapper.py rdflib_sparql_wrapper.py triple_pattern_finder.py utils.py
I need to move and rehook up this code so that everything is accessible and functioning for projects that import gocamgen.
import gocamgen
This will be fun.
The text was updated successfully, but these errors were encountered:
dustine32
No branches or pull requests
Right now a lot of code is sitting in files outside of the module package folder
gocamgen
making it difficult to generate models outside of this repo:I need to move and rehook up this code so that everything is accessible and functioning for projects that
import gocamgen
.This will be fun.
The text was updated successfully, but these errors were encountered: