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.
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 forSeq
.