Update virtual ecosystem to latest version + lots of renaming #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates Virtual Ecosystem to the latest version. We were previously using a version that was sufficiently old that it was still called Virtual Rainforest, so I had to rename a few things to make it work. Besides that, there was one small tweak to the
Snakefilethat was needed to find the example data path correctly.I figured I should rename all the documentation/code in this repo to use "Ecosystem" too while I was at it.
The newer version of VE supports Python 3.12 (but not Python 3.13), so I've added support for that to this repo too.
Closes #50. Closes #40.