Skip to content

Commit 5a66d87

Browse files
committed
fixing identation
1 parent b2b8e06 commit 5a66d87

File tree

1 file changed

+6
-4
lines changed
  • qiita_pet/support_files/doc/source

1 file changed

+6
-4
lines changed

qiita_pet/support_files/doc/source/faq.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,19 +259,20 @@ access to Qiita to run a single copy command in your server), Qiita uses that ke
259259
destroy it.
260260

261261
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
263264
multiple folders). Note that Qiita will only collect files with valid extensions; see the
264265
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
266267
store the files!), generate a new key by running:
267268
`ssh-keygen -t rsa -C "ssh test key" -f ~/.ssh/qiita-key -P ""`. Here is where you are
268269
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
270271
remote server): `cat ~/.ssh/qiita-key.pub >> ~/.ssh/authorized_keys`. This tells the
271272
server that is OK to give access to the key created to your storage-shed; note that if
272273
you want to completely stop that key to work you can open that file and remove the line
273274
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
275276
in the `Key` option of "Upload via Remote Server (ADVANCED)".
276277

277278
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.
316317

317318
Now the run_prefix is used constantly within file selection and processing in all file types but
318319
specially on:
320+
319321
- BIOM: the run_prefix is used to rename the samples in your BIOM to match the sample names
320322
in Qiita. Basically, if you add the sample names in your BIOM file as the run_prefix and the
321323
sample name in Qiita in the sample_name column of your preparation, Qiita will automatically

0 commit comments

Comments
 (0)