This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"<h1>ERROR: incorrect number of sequences found.</h1 | |
<p>Dear user,</p> | |
<p><strong>you requested #{sequenceids.length} sequences</strong> | |
with the following identifiers: <emph>#{sequenceids.join(', ')}</emph>, | |
from the following databases:<emph>#{retrieval_databases.join(', ')}</emph>. | |
</p> | |
<p/> | |
<p><strong>But we found #{found_sequences_count} sequences.</strong>. | |
This is <em>#{found_sequences_count > sequenceids.length ? 'more' : 'less'}</em> | |
sequences than expected.</p> |
NewerOlder