Public collaborator review app for the sorghum 100K marker panel curation.
Open the GitHub Pages site:
https://warelab.github.io/sorghum-marker-dashboard/
- Review collaborator marker counts and trait coverage.
- Search and filter curated markers by source, trait, chromosome, priority, standard ID, and original marker name.
- Review marker-level details and standardized marker IDs.
- Add browser-local feedback for individual markers.
- Export
sorghum_marker_feedback.csvand send it back to the project team.
- Enter reviewer name and group in the feedback panel.
- Filter/search the curated catalog.
- Click
Reviewon any marker row. - Choose a decision and add a comment.
- Click
Save feedback. - Click
Export feedback CSVand return the exported CSV.
Feedback is saved only in the reviewer browser until exported. This app has no backend database and does not automatically transmit feedback.
index.html- app shellstyles.css- dashboard stylesapp.js- filtering, table, export, and feedback behaviordata.js- generated marker dashboard datanormalized_marker_catalog.tsv- canonical ID mapping for curated markersmarker_nomenclature.md- standard marker naming rules
The source curation lives in the private/project repository. Regenerate the dashboard bundle there, then copy the static files into this public repo.
Minimum files to update:
index.html
styles.css
app.js
data.js
normalized_marker_catalog.tsv
marker_nomenclature.md
.nojekyll