Sheffield-iGEM / syn-zeug

A modern toolbox for synthetic biology
https://sheffield-igem.github.io/syn-zeug/
GNU Affero General Public License v3.0
6 stars 3 forks source link

Implement New Tool: "Reverse Sequence" #5

Closed TheLostLambda closed 2 years ago

TheLostLambda commented 2 years ago

What should this tool do? Simple "string" manipulation – just reverse a sequence!

Is there an existing reference implementation? This string manipulation website could be used to check your work.

What are the tool's inputs? Any sequence (DNA, RNA, or Protein)

What is the tool's output? A reversed sequence of the same type

Other Implementation Details Perhaps this part of the documentation could be helpful! You can also call this method / tool .rev() and implement it for Seq.

TheLostLambda commented 2 years ago

Closed by #27