You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Here <https://knightlab.ucsd.edu/wordpress/wp-content/uploads/2016/04/QiitaTemplate_20181218.xlsx>`__ you will find a document outlining these requirements, with examples, when possible.
19
29
20
30
Note that submissions are time consuming and need full collaboration from the user.
@@ -140,6 +150,7 @@ Remember, metadata is the most important part for an analysis, without it we onl
140
150
141
151
.. note::
142
152
The current valid values for instrument_model per platform are - please contact us if you would like to add yours to this list:
Copy file name to clipboardExpand all lines: qiita_pet/support_files/doc/source/downloading.rst
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,17 @@ artifacts public and select "Allow Qiita users to download raw data files" from
14
14
the main study page.
15
15
16
16
.. note::
17
-
Note that all Qiita downloads are zip files but the name of the file will change based on the tool you use to download them. For example if you are using wget, we recommend adding the URL in quotes and using the -O flag to save the file with a correct name; like this: wget "your-qiita-URL" -O your_filename.zip
18
-
17
+
- All Qiita downloads are zip files but the name of the file will change based
18
+
on the tool you use to download them. For example if you are using wget,
19
+
we recommend adding the URL in quotes and using the -O flag to save the
20
+
file with a correct name; like this:
21
+
`wget "your-qiita-URL" -O your_filename.zip`.
22
+
- The downloaded zip file is a dump of our storage with the data you requested
23
+
organized by the data type. This is, when unzipped the contents will be
24
+
in folders by the type (`mapping_file, BIOM, per_sample_FASTQ, processed_data,
25
+
etc`) and within each you will have (a) folder(s) with the artifact id(s) download;
26
+
each of these folders will have the files of that artifact: `biom, txt, fastq.gz,
0 commit comments