-
Notifications
You must be signed in to change notification settings - Fork 9
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
Inconsistent env_broad_scale column #77
Comments
Here's how I tried to use this script:
|
The previous comment addresses steps that are general to GitHub or most git-based collaboration platforms. This is specific to our sample-annotator repository: I made sure the repository dependencies were loaded into a working environment by running There are lots of ways to manage dependencies and environments, but when you work collaboratively, you have to use what the group is already using, or try to convince you colleagues to switch to soemthing else. Poetry eliminates a lot of manual management tasks, but it does add one one idiosyncrasy: if you want to run soemthing inside of your poetry enviroment, you have to prepend your command with |
Here's the response I got:
|
Thats not at all surprising for a Python script contributed by somebody that sin't use to working collaboratively with a source code management tool like GitHub and an enviroment manager like Poetry. The bottom line is that @jeaniceangelica had a good way of setting this script and its dependencies up on her computer, and that's not all in place on my computer. |
problem: env_broad_scale column in database has been used inconsistently
fixing env_broad_scale by merging the column with the ontology sql, so we're making the format to become
{term_label} {[term_id]}, where [term_id] starts with ENVO: and then has a 7 or 8 digit number
The text was updated successfully, but these errors were encountered: