-
Notifications
You must be signed in to change notification settings - Fork 12
Release 2.2 #189
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
Draft
AntonPetrov
wants to merge
50
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Release 2.2 #189
Conversation
This file contains hidden or 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
…gs-for-releases Tag docker images on github tag creation
They were causing problems for the esl-sfetch step.
Update ribovore to the latest version
Useful for testing
Integrate precomputed library into the main image
Docker image tag(s) pushed:
Labels added to images:
|
Same as in the docs
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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.
This pull request introduces several updates across multiple files, focusing on Docker configuration, workflow triggers, and RNA data adjustments. The most significant changes include updates to
.dockerignore
andDockerfile
for improved build efficiency, enhancements to GitHub Actions workflow triggers, and modifications to RNA-related data files for accuracy and consistency.Docker and Build Configuration Updates:
.dockerignore
: Updated to include additional directories (tests/results
,tests/html
,data/local_data/*/
) while removing outdated entries (data/cms
,1.4/
,2.0/
). This optimizes the Docker build context by excluding unnecessary files. [1] [2]Dockerfile
: ChangedBASE_IMAGE_VERSION
fromv2.1
tov2.2
and added commands to set up Rfam and CRW data directories, improving build reproducibility. [1] [2]base_image/Dockerfile
: UpdatedRibovore_COMMIT
to a newer version for dependency consistency.Workflow Enhancements:
.github/workflows/main.yml
: Added support for triggering workflows on tag pushes matching the patternv*
(e.g.,v1.0
), expanding automation coverage.RNA Data Adjustments:
data/rfam/RF00016
anddata/rfam/RF00023
: Updated sequence and structure data in.fasta
and.xml
files to correct inaccuracies and improve alignment with current standards. [1] [2] [3] [4] [5]