96 new function rem tracking#129
Open
SanderDevisscher wants to merge 50 commits into
Open
Conversation
21 tasks
…o/fistools into 96-new-function-rem_tracking
fix agouti sequence url
use agouti_prj_id
148 new function validate agouti ai
…o/fistools into 96-new-function-rem_tracking
21 tasks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #129 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 25 27 +2
Lines 1163 1236 +73
=====================================
- Misses 1163 1236 +73 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
martijn-bollen
previously requested changes
Apr 16, 2026
martijn-bollen
left a comment
Contributor
There was a problem hiding this comment.
Zeer duidelijke beschrijving van de PR, waarvoor dank!
- Aanpassingen aan documentatie en metadata zijn gecheckt én in orde.
- Functie:
agouti_imager.Rgecheckt én in orde - Functie:
validate_agouti_ai.Rgecheckt, maar nog 3 opmerkingen (zie verder)
…unction-rem_tracking
#129 find_ai is a helper function to detect used ai models in the data.
…o/fistools into 96-new-function-rem_tracking
…o/fistools into 96-new-function-rem_tracking
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
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 new Agouti-related functionality to the
fistoolspackage, improves documentation and discoverability of Agouti functions, and updates the package version to 1.2.36. The most significant changes are the addition of two new functions for interacting with Agouti and AI classifications, as well as enhancements to documentation and package metadata.New Agouti functionality:
agouti_imager()function to open specified sequences in Agouti for manual editing and track processed sequences using Google Sheets.agouti_validate_ai()function to facilitate validation of AI classifications in Agouti, including downloading and filtering datapackages and opening relevant sequences for manual review. Also added a helperfind_ai()to extract used AI models from a datapackage.Documentation and discoverability improvements:
Package metadata and dependency updates:
googlesheets4andcamtraptoras dependencies, and adjusted the order and presence of dependencies in theDESCRIPTIONfile. [1] [2]NAMESPACEfile.Documentation site and citation updates: