Skip to content
Snippets Groups Projects
Commit 982c302e authored by Gael Yvert's avatar Gael Yvert
Browse files

blast view: informs users on the minimal length of query sequence to use (issue #180)

parent 124c360b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
{{ html()->label('Select the blast task') }}
{{ html()->select('blasttask', ['blastn-short' => 'blastn-short', 'blastn' => 'blastn', 'tblastn' => 'tblastn'], 'blastn-short') }}
<br> <br>
{{ html()->label('Paste below your query sequence') }}
{{ html()->label('Paste below your query sequence (must be at least 7bp-long)') }}
<br> <br>
{{ html()->textarea('queryseq', null, ['class' => 'form-control'])->rows(20)->cols(100) }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment