-
Notifications
You must be signed in to change notification settings - Fork 1
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
Removing taxonomy information from rnc_accessions #162
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update master with changes from dev for Release 21
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.5.5. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.4.3...1.5.5) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [py](https://github.com/pytest-dev/py) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/pytest-dev/py/releases) - [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/py@1.9.0...1.11.0) --- updated-dependencies: - dependency-name: py dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [joblib](https://github.com/joblib/joblib) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](joblib/joblib@1.0.1...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bump joblib from 1.0.1 to 1.2.0
Bump py from 1.9.0 to 1.11.0
Bump regex from 1.4.3 to 1.5.5
Any pull request that gets merged with a commit message starting 'Release:' will trigger automatic version tagging
Adds a new branch in the action so it should build, but disables the push and conversion in this branch
This will need to be done properly in poetry, but that's another headache
The build appears to mostly run ok, so this will allow us to test it
In the hope it will compile now
Haven't got it to build yet
I think you're right, but this maybe goes further in that we originally intended to enforce a foreign key constraint on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Working in the dev database until I get everything running smoothly. This is a place to look at what is changing, the main tracking is in #161