Skip to content
Snippets Groups Projects
Commit 59be21d3 authored by Katie Spivakovsky's avatar Katie Spivakovsky
Browse files

alignment api up

parent 6e5e131c
No related branches found
No related tags found
No related merge requests found
Pipeline #226335 passed
......@@ -59,7 +59,7 @@
delimiters: ['${', '}'],
methods: {
async align(event) {
const resp = await fetch('http://127.0.0.1:9000/align', {
const resp = await fetch('https://stingray-app-ymmlq.ondigitalocean.app/align', {
method: 'POST',
headers: {
'Accept': 'application/json',
......
......@@ -34,7 +34,8 @@
</div>
<p>
Sequence alignment is central to biological experimentation, with extensive applications enabling everything from inference of evolutionary relationships between genes or proteins to comparison of synthetic genetic constructs with their theoretical designs. Some software include alignment tools as auxiliary and suboptimally designed resources, and computational packages like BioPython provide sufficient functionality for experienced coders to align their own sequences; however, there are no easily accessible and straightforward online alignment tools where users can simply upload their sequences and view alignment information.
</p>
<p>
We experienced these difficulties firsthand when we received sequencing results of some of our most important plasmid constructs and found that aligning them with our theoretical designs was frustrating and confusing. Thus, we implemented our own pairwise sequence alignment tool.
</p>
<p>Click <a href="{{ url_for('pages', page='align') }}" target="_blank">here</a> to use our sequence alignment tool!</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment