-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: ♻️ update with newest changes to Sprout #47
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
refactor: ♻️ update with newest changes to Sprout #47
Conversation
Based on the data's documentation found on Zenodo.
Based on the data documentation on Zenodo. When the description was the same (except for casing) as the field name, only `title` was filled out.
….py` Rerunning `main.py` with these changes adds the resource properties to `datapackage.json` and `README.md`.
This adds a the tidied data as a parquet file in a newly created folder structure under `resources/`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super nice!! Just some very minor comments
Co-authored-by: martonvago <57952344+martonvago@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
# Description Since the folder where the downloaded and cleaned data will be in is now called `raw/`, see #47. This PR needs a no review. ## Checklist - [X] Ran `just run-all`
… references in `main.py`
…nning `main.py` Fixes indents in `package.description`
Since we don't operate with a "core" of `seedcase-sprout` anymore.
After the merge of seedcase-project/seedcase-sprout#1488, we can get the indents in the resource and field descriptions removed from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just some minor comments and suggested changes 😁
Removing `seed-beetle-` from the resource name. Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
Removing `seed-beetle`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪲🪲🪲
Description
Closes #35
Closes #13
Closes #12
Closes #32 (did everything through GenomeDK 🎉 )
I've encountered a few things that I think we should change and/or add to Sprout based on this work. I've added them as issues in the
seedcase-sprout
repo:description
in output ofas_readme_text
seedcase-sprout#1475README.md
seedcase-sprout#1477write_resource_batch()
is rerun withmain.py
seedcase-sprout#1478properties.py
package_properties.py
instead seedcase-sprout#1480This PR needs a quick/an in-depth review.
Checklist
just run-all
(nottypos
since it's not configured yet)