-
Notifications
You must be signed in to change notification settings - Fork 6
Checklist ‐ adding a source
Manuel Lera-Ramirez edited this page Jul 3, 2024
·
3 revisions
- Add it to
Source.jsx. - Include a "finished source text" in
FinishedSource.jsx. - Include it in the right selection group in
SourceTypeSelector.jsx(whether it takes no input, a single input or 1+ inputs). - Include the endpoint in the backend API that the source uses in
sourceFunctions.js>classNameToEndPointMap. - Make a test
- Prevent primers used in the source from being deleted in
PrimerList.jsx>getUsedPrimerIds.