Skip to content

Commit 4105e9a

Browse files
authored
Merge pull request #2369 from antgonza/fix-2364
fix #2364
2 parents 4d383db + c15303f commit 4105e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_pet/templates/upload.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<br/><br/>
99
Currently we can process (<b>{{extensions.replace(',',', ')}}</b>):
1010
<ul>
11-
<li>fastq or fastq.gz (gziped fastq) for sequences. Note that zip files can not be processed</li>
12-
<li>tab separated text files for sample and prep templates, the extension should be txt</li>
11+
<li>fastq or fastq.gz (gzipped fastq) for sequences. Note that '.zip' files can not be processed.</li>
12+
<li>tab separated text files for sample and prep templates, the extension should be txt.</li>
1313
</ul>
1414
<a href="{% raw qiita_config.portal_dir %}/study/description/{{study_id}}">Go to study description</a>
1515
</td>

0 commit comments

Comments
 (0)