Skip to content

Commit 8ef50c1

Browse files
committed
adding docs
1 parent 587e5bf commit 8ef50c1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

qiita_pet/support_files/doc/source/faq.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,17 @@ A few more instructions: for the example above the workflow should be:
6565
perform closed OTU picking against the latest version of Greengenes and can
6666
be quite time consuming depending on the number of samples and the depth
6767
of sequencing.
68+
69+
.. _issues_unzip:
70+
71+
How to solve unzip errors?
72+
--------------------------
73+
74+
When downloading large zip files within Qiita there is a change that you will get
75+
an error like: **"start of central directory not found; zipfile corrupt"**. This issue
76+
arises from using old versions of zip and you need to have unzip >= 6.0.0. To check
77+
you unzip version you can run: `unzip -v`.
78+
79+
To update your unzip for most operating systems you can simply use your regular package
80+
admin program. However, for Mac we suggest using
81+
`this version of unzip <ftp://ftp.microbio.me/pub/qiita/unzip>`__.

qiita_pet/templates/study_base.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@
239239
<a class="btn btn-default btn-block" href="{% raw qiita_config.portal_dir %}/study/upload/{{study_info['study_id']}}"><span class="glyphicon glyphicon-upload"></span> Upload Files</a>
240240
<button class="btn btn-default btn-block" onclick="populate_main_div('{% raw qiita_config.portal_dir %}/study/new_prep_template/', { study_id: {{study_info['study_id']}} })" id="add-new-preparation-btn"><span class="glyphicon glyphicon-plus-sign"></span> Add New Preparation</button>
241241
{% end %}
242-
<a class="btn btn-default btn-block" href="/download_study_bioms/{{study_info['study_id']}}"><span class="glyphicon glyphicon-download-alt"></span> All QIIME maps and BIOMs</a>
242+
<a class="btn btn-default btn-block" href="{% raw qiita_config.portal_dir %}/download_study_bioms/{{study_info['study_id']}}"><span class="glyphicon glyphicon-download-alt"></span> All QIIME maps and BIOMs</a>
243+
<div style="text-align: center;"><small><a href="{% raw qiita_config.portal_dir %}/static/doc/html/faq.html#how-to-solve-unzip-errors">Issues opening the downloaded zip?</a></small></div>
243244

244245
<div id="data-types-menu"></div>
245246
</div>

0 commit comments

Comments
 (0)