-
Notifications
You must be signed in to change notification settings - Fork 13
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
Release 2.1 #178
Merged
Merged
Release 2.1 #178
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
The coordinates are relative to the original sequence
This preserves lowercase nucleotides, if any, in the output because intermediate steps convert all nts to uppercase.
Adds support for tmRNA templates
Tmrna tweaks
Update Traveler and infernal2mapping.py
Use specialised tmRNA library instead
tmRNA templates
Docker image tag(s) pushed:
Labels added to images:
|
docs: Add documentation for GitHub Actions and Docker image builds
Without there was a warning: No output specified with docker-container driver. Build result will only remain in the build cache.
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 includes several updates and improvements across multiple files. The primary changes involve updating version numbers, modifying Docker-related configurations, and adding new biological data sequences.
Version Updates:
Dockerfile
: UpdatedBASE_IMAGE_VERSION
fromv2.0.1
tov2.1
.Readme.md
: Updated version from2.0 (2024)
to2.1 (2025)
.Docker Configuration:
.github/workflows/base-image.yml
: Removed the workflow for building and pushing the base Docker image..dockerignore
: Added2.0/
to the ignore list.tmRNA templates:
data/tmrna/cm/all.fa
: Added multiple tmRNA sequences and their respective annotations.data/tmrna/cm/all.fa.njs
: Added metadata for theall.fa
nucleotide database.data/tmrna/cm/modelinfo.txt
: Added model information for various tmRNA sequences.data/tmrna/fasta/tmRNA.fasta
,data/tmrna/fasta/tmRNA_alpha.fasta
,data/tmrna/fasta/tmRNA_beta.fasta
,data/tmrna/fasta/tmRNA_cyano.fasta
,data/tmrna/fasta/tmRNA_intron.fasta
,data/tmrna/fasta/tmRNA_mito.fasta
: Added tmRNA sequences with secondary structure annotations. [1] [2] [3] [4] [5] [6]data/tmrna/metadata.tsv
: Added metadata for tmRNA models including species, taxid, and RNA type.data/tmrna/sto/tmRNA_beta.sto
: Added Stockholm format alignment fortmRNA_beta
.Base Image:
base_image/Dockerfile
: Updatedtraveler_COMMIT
to a new commit hash to use the fixed version of Infernal-to-Traveler mapping.nmt-tRNAs
The correct anticodon is now selected using the information in the
note
field of tRNAScan output that is produced with the--detail
option.