@@ -259,19 +259,20 @@ access to Qiita to run a single copy command in your server), Qiita uses that ke
259
259
destroy it.
260
260
261
261
To take advantage of this feature you need to:
262
- 1. Prepare all the files you want to transfer in a single folder (or you can do this on
262
+
263
+ #. Prepare all the files you want to transfer in a single folder (or you can do this on
263
264
multiple folders). Note that Qiita will only collect files with valid extensions; see the
264
265
top of the "Upload Files" page within your study for the latests list of valid extensions.
265
- 2 . In your server (this needs to be run within your home directory in the server where you
266
+ # . In your server (this needs to be run within your home directory in the server where you
266
267
store the files!), generate a new key by running:
267
268
`ssh-keygen -t rsa -C "ssh test key" -f ~/.ssh/qiita-key -P "" `. Here is where you are
268
269
creating that key to your storage-shed.
269
- 3 . Allow access using the new key to new connections (this also needs to be ran in the
270
+ # . Allow access using the new key to new connections (this also needs to be ran in the
270
271
remote server): `cat ~/.ssh/qiita-key.pub >> ~/.ssh/authorized_keys `. This tells the
271
272
server that is OK to give access to the key created to your storage-shed; note that if
272
273
you want to completely stop that key to work you can open that file and remove the line
273
274
with the name of this key.
274
- 4 . Dowload your new generated key `qiita-key ` (the file) to your local computer and use it
275
+ # . Dowload your new generated key `qiita-key ` (the file) to your local computer and use it
275
276
in the `Key ` option of "Upload via Remote Server (ADVANCED)".
276
277
277
278
Using this key you can `List Files ` to test the connection and verify the list of study files. Then,
@@ -316,6 +317,7 @@ sample with that run_prefix.
316
317
317
318
Now the run_prefix is used constantly within file selection and processing in all file types but
318
319
specially on:
320
+
319
321
- BIOM: the run_prefix is used to rename the samples in your BIOM to match the sample names
320
322
in Qiita. Basically, if you add the sample names in your BIOM file as the run_prefix and the
321
323
sample name in Qiita in the sample_name column of your preparation, Qiita will automatically
0 commit comments