OpenCloning / OpenCloning/OpenCloning_frontend

New source: Codon Optimization

Open
#430 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

new-source
Dominant language
JavaScript
Stars
4
Forks
10
Avg merge
11d 9h
Merged PRs (30d)
3

Description

Description

Should return a codon-optimised sequence (whatever that means) from an entire sequence or a feature in the sequence. The tool that could be used is DnaChisel.

Checklist

  • 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.
  • You may have to add it to the right place in source_input_constrains.cy.js.
  • If it has primers,
    • Prevent primers used in the source from being deleted in PrimerList.jsx > getUsedPrimerIds.
    • Implement the shiftSource and mergePrimersInSource functionality in cloning_utils.js.
  • Make a test

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing existing source implementations in Source.jsx, FinishedSource.jsx, SourceTypeSelector.jsx, and sourceFunctions.js, including classNameToEndPointMap. Check source_input_constrains.cy.js and the primer-related files only if this source uses primers, then add the backend endpoint and a test; done means the source is selectable, produces a finished source text, and is covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.