Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: true
blank_issues_enabled: false
contact_links:
- name: Email
url: mailto:eijex.lab@gmail.com
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/wet_lab_result.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Public-safe Wet-lab Feedback Summary
description: Share a non-confidential experimental feedback summary for maintainer review
labels: ["wet-lab", "needs-triage"]
title: "[Wet-lab feedback]: "
labels: ["wet-lab", "user-feedback", "needs-triage"]
body:
- type: markdown
attributes:
Expand Down
12 changes: 5 additions & 7 deletions docs/feedback-inbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ Use this shape for public experimental feedback. Keep private, unpublished, iden

| Field | Purpose |
| --- | --- |
| `factorforge_version` | Version used to generate the CDS |
| `optimization_profile` | Public optimization profile name |
| `host_organism` | Host organism or expression system |
| `version` | FactorForge version used to generate the CDS |
| `profile` | Public optimization profile used |
| `host` | Host context |
| `protein_class` | Coarse non-confidential protein class |
| `expression_system_assay_type` | Assay or measurement type |
| `harvest_timepoint` | Coarse harvest timepoint |
| `replicate_category` | Coarse replicate category |
| `assay_category` | Coarse assay category |
| `comparison_result` | Improved, equivalent, reduced, inconclusive, no control, or not reported |
| `expression_result` | Signal observed, no signal observed, inconclusive, not measured, or not reported |
| `institution_disclosure` | Anonymous, disclosed, or not provided |
| `replicate_category` | Coarse replicate category |
| `non_confidential_notes` | Additional non-sensitive context |

Do not include submitter identity, private contact information, raw sequences, sequence hashes, internal batch IDs, confidential construct identifiers, private customer names, patient data, exact confidential process parameters, or unpublished construct-identifying labels.
Expand Down
4 changes: 1 addition & 3 deletions docs/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ Public-safe summaries may include:
- Host organism.
- Optimization profile.
- Protein class.
- Expression system / assay type.
- Harvest timepoint.
- Coarse assay category.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Synchronize VALIDATION.md with this field list

At this line the docs start enforcing the new, narrower public-safe field set, but the root VALIDATION.md that README/CONTRIBUTING send users to for the submission format still lists the old fields (Expression system / assay type, Harvest timepoint, and Approximate yield range). That leaves two public validation surfaces giving conflicting instructions, and users may still include fields this change is trying to remove from public intake; please update VALIDATION.md in the same change.

Useful? React with 👍 / 👎.

- Replicate category.
- Comparison result.
- Expression result.
- Approximate yield range.
- Non-confidential notes only.

Submission channels:
Expand Down