Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/guidescanpy/flask/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h5 class="card-header">About</h5>
<b>Alternatively,</b> one can submit a DNA-sequence. This will first find the
location of the sequence within the genome of interest and then find all gRNAs
within that sequence. Exact matches are required, so if a different reference is
used, it is not guarenteed that matches are found.
used, it is not guaranteed that matches are found.
<br/><br/>
For example, an input might look like this:<br/><br/>
<code style="text-align: center">
Expand All @@ -105,7 +105,7 @@ <h5 class="card-header">About</h5>
File Upload Format
</p>
<p class="answer_style">
One can upload their query a BED file, GFF/GTF file, or TXT file to be processsed.
One can upload their query as a BED file, GFF/GTF file, or TXT file to be processed.
Standard BED and GTF formats are expected.
For a TXT file, the site expects a file composed of a single column of genomic
coordinates
Expand All @@ -115,7 +115,7 @@ <h5 class="card-header">About</h5>

<br/><br/>

The exact specificiations used for BED and GFF/GTF files are from the following places:
The exact specifications used for BED and GFF/GTF files are from the following places:
</p>

<ul class="answer_style">
Expand Down
Loading