Skip to content
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

Display tool versions (AA, AC, ASp) on the project page. #276

Open
jluebeck opened this issue May 2, 2024 · 3 comments
Open

Display tool versions (AA, AC, ASp) on the project page. #276

jluebeck opened this issue May 2, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@jluebeck
Copy link
Member

jluebeck commented May 2, 2024

Create a toggle-able display for this information.

Show "Multiple" if multiple versions used. "Not reported" if missing for any sample in project.

@jluebeck jluebeck added the enhancement New feature or request label May 2, 2024
@jluebeck jluebeck self-assigned this May 2, 2024
@jluebeck
Copy link
Member Author

This would usually be in the run metadata json file, and is not in run.json.

Aggregator should pull it out of the run metadata file or out of the log files if that wasn't given.

@jluebeck
Copy link
Member Author

jluebeck commented Sep 4, 2024

Also these should be printed under the project version history list.

@jluebeck
Copy link
Member Author

jluebeck commented Sep 5, 2024

Update: the version information is now logged in the table from AmpliconClassifier, unless the user does something non-standard and does not provide a linked run_metadata file. The keys in the table are
"AS-p version", "AA version" , "AC version"

though these may be adjusted to contain no spaces during aggregation.

The edit project page should allow the user to provide version information as well.

To do: Create project will check if the project already contains these keys in the aggregated run.json and use those. If not, set as "NA". Edit project page should allow user to update this information for the project.

If multiple versions are used in the samples, list all of them.

Finally, display this information in the project history table.

@jluebeck jluebeck removed their assignment Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant