Skip to content

Checklist ‐ adding a source

Manuel Lera-Ramirez edited this page Jul 3, 2024 · 3 revisions

All sources

  • 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

Sources with primers

  • Prevent primers used in the source from being deleted in PrimerList.jsx > getUsedPrimerIds.
Clone this wiki locally