Skip to content

Commit

Permalink
copyediting
Browse files Browse the repository at this point in the history
  • Loading branch information
crisaless committed Nov 30, 2023
1 parent 0d81776 commit 7fcc4f1
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/_docs/misc/Bulk-Upload-with-DERIVA-Client-Tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ The first time you launch it, the tool will ask you if you want to add a server

3. Click `Add` to bring up the "Server Configuration" form and enter these values:

```
Host: www.atlas-d2k.org
Description: ATLAS-D2K
Catalog ID: 2
```
```
Host: www.atlas-d2k.org
Description: ATLAS-D2K
Catalog ID: 2
```
4. Check the "Set as Default" and "Confirm configuration updates" fields, and click "OK".
Expand All @@ -259,8 +259,12 @@ Catalog ID: 2
3. In the main DERIVA-Upload window, click the "Browse" button.
![Server configuration window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/browse.png" | relative_url }})
4. Select the `deriva` directory you created above. You'll see all the files in your directory structure listed as "Pending".
![Server configuration window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/pending.png" | relative_url }})
5. Click the "Upload" button to start the upload process. The status of each file will change as it is uploaded. For successful uploads, the status will change from "Pending" to "Complete".
If for some reason, your upload is interrupted (ie, a network outage), DERIVA-Upload will re-try uploading a few times. If the upload is terminated, you can click the "Upload" button again and the system will automatically know which files were already uploaded successfully and skip them.
Expand All @@ -281,19 +285,19 @@ The uploader requires an authentication token to communicate with the server.
The first time you log in, you'll see a mostly-empty window:
![Initial DERIVA-Auth run]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/deriva-auth-empty.png" | relative_url }})
![Initial DERIVA-Auth run]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/deriva-auth-empty.png" | relative_url }})
2. In the "Server:" area, type in the name of the target server (`www.atlas-d2k.org`) and click on `Add`. You should now see something that looks similar to the data browser login screen
![Login window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/deriva-auth-globus.png" | relative_url }})
![Login window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/deriva-auth-globus.png" | relative_url }})
Note: In subsequent runs, DERIVA-Auth might take you directly to this window (skipping the blank screen at the beginning). It's always a good idea to look at the server URL before you log in.
3. After logging in, you'll see an "Authentication Successful" message. Click the "Show Token" button.
This will bring up another dialog box to verify that you really want to view the token. Click on "Show Details" to display the token. Copy and store for use in the upload command.
!["Show Details" window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/show-details.png" | relative_url }})
!["Show Details" window]({{ "/assets/wiki_images/submitting-data/sequencing_uploader/show-details.png" | relative_url }})
### 5.2. Upload files with `deriva-upload-cli`
Expand Down

0 comments on commit 7fcc4f1

Please sign in to comment.