-
Notifications
You must be signed in to change notification settings - Fork 0
Rust #8
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
Merged
Rust #8
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
98b4080
format cli output
egenn a64b12d
Add diagnostic validation and enhance error handling in A3 CLI tool
egenn 81d5acc
Cleanup R package
egenn 8913412
cleanup
egenn aa0cc06
cleanup
egenn e59802b
cleanup
egenn e4a210a
cleanup
egenn ce47fb9
docs
egenn 70510ee
up version
egenn 64dca84
refactor: enhance error handling in A3 diagnostic validation
egenn 8196d20
refactor: improve word wrapping and error handling in output functions
egenn 118894d
refactor: update annotations and metadata fields to be required in A3…
egenn e7a675f
refactor: improve formatting and clarity in README options and examples
egenn bbfd3fa
up docs
egenn 54d1ed7
refactor: enforce required fields in A3 constructor and improve valid…
egenn 94b4fd3
refactor: enforce required fields in a3_from_json function and update…
egenn 9ceb705
refactor: enforce required fields in A3from_json function and update …
egenn 7e0c9df
refactor: enhance A3 specification with required fields for annotatio…
egenn 3232b78
refactor: update A3InputSchema to use default annotations and metadat…
egenn dfc9cf6
refactor: streamline metadata handling in create_a3 function
egenn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,4 +14,5 @@ __dev/ | |
| # Agents | ||
| .claude/ | ||
| CLAUDE.md | ||
| AGENTS.md | ||
| AGENTS.md | ||
| SKILL.md | ||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,5 @@ | |
| ^docs$ | ||
| ^AGENTS\.md$ | ||
| ^CLAUDE\.md$ | ||
| ^NEWS\.md$ | ||
| ^pkgdown$ | ||
| ^SKILL\.md$ | ||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # rtemis.a3 0.5.2 | ||
|
|
||
| ## New features | ||
|
|
||
| * Initial CRAN release. | ||
| * Defines the Amino Acid Annotation (A3) format using S7 classes. | ||
| * Core classes: `A3`, `A3Sequence`, `A3Annotation`, `A3Metadata`, `A3Site`, | ||
| `A3Region`, `A3PTM`, `A3Processing`, `A3Variant`. | ||
| * `create_A3()`: create A3 objects with full validation. | ||
| * `annotation_position()`, `annotation_range()`, `annotation_variant()`: | ||
| helpers to build annotation entries. | ||
| * `write_A3json()` / `read_A3json()`: serialize and deserialize A3 objects to | ||
| and from JSON files. | ||
| * `concat()`: concatenate a character vector into a single sequence string. | ||
| * Database utilities: `uniprot_to_A3()`, `uniprot_sequence()`, | ||
| `gene2sequence()`, `get_alphafold()`, `pdb_annotations()`, | ||
| `clinvar_variants()`. |
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.