-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to the bulk uploading documentation
- Loading branch information
Showing
8 changed files
with
60 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
--- | ||
title: Adding specimen records from a spreadsheet or CSV | ||
permalink: /docs/bulk-uploading-specimen-data-from-a-file/ | ||
title: Adding Specimen Records From a File (Draft) | ||
permalink: /docs/adding-specimen-records-from-a-file/ | ||
--- | ||
|
||
If you're not familiar with the process of submitting Specimen records, please see our [Submitting Specimen Data](/docs/specimens/) page (and/or the tutorial slides linked there) for an overview. | ||
The easiest way to create Specimen records is through the web interface, as described in that wiki page and tutorial. However, if you have a large number of specimens to enter, you might find it more convenient to upload a CSV file instead. This is just a replacement for [step 2 of "Submitting Specimen Data"](/docs/specimens/#2-create-a-specimen-record); you'll still need to add anatomy and any relevant antibodies, probes, etc., as described on that page. | ||
_This is draft content. Contact [email protected] to submit corrections or ask questions._ | ||
|
||
If you're not familiar with the process of submitting Specimen records, please see our [Submitting Specimen Data](../specimen-v2/) page (and/or the tutorial slides linked there) for an overview. | ||
The easiest way to create Specimen records is through the web interface, as described in that wiki page and tutorial. However, if you have a large number of specimens to enter, you might find it more convenient to upload a CSV file instead. This is just a replacement for [step 2 of "Submitting Specimen Data"](../specimen-v2/#2-create-a-specimen-record); you'll still need to add anatomy and any relevant antibodies, probes, etc., as described on that page. | ||
|
||
## Step 1: create the spreadsheet. | ||
First, download [this template](/assets/files/Specimen_simple.xlsx). | ||
First, download [this template]({{ "/assets/files/Specimen_simple.xlsx" | relative_url }}). | ||
|
||
This spreadsheet has multiple tabs. The only one you need to fill out is the first one, labelled `Specimen_simple` (the other tabs provide values for drop-down menus that appear in the main tab). | ||
|
||
|
@@ -26,10 +28,12 @@ Important: do not change any column headings or add or delete any columns. Fill | |
* Fixation - required for image data. Select a value from the drop-down menu | ||
* Upload_Notes - optional. Enter any free-form notes here. | ||
|
||
![CSV-to-specimen relationships]/specimen-imgs/uploader/csv_to_spec.jpeg) | ||
![CSV-to-specimen relationships]({{ "/assets//specimen-imgs/uploader/csv_to_spec.jpeg" | relative_url }}) | ||
|
||
## Step 2: Create the CSV file, and put it where the DERIVA upload client can find it | ||
|
||
## Step 2: Create the CSV file, and put it where the deriva upload client can find it. | ||
After you've saved your spreadsheet as an xlsx file, save another copy as CSV (that's plain CSV, not UTF-8 CSV). In order for the upload tool to find it, you'll need to create: | ||
|
||
* A folder called `deriva`. | ||
* Within `deriva`, a folder called `records` | ||
* Within `records`, a folder called `Gene_Expression` | ||
|
@@ -40,13 +44,14 @@ After you've saved your spreadsheet as an xlsx file, save another copy as CSV (t | |
In this picture, both the CSV and Excel file are in the Gene_Expression folder; only the CSV file is necessary, but it's convenient to keep them together. | ||
|
||
## Step 3: Upload the CSV file | ||
Follow [these instructions](/docs/uploading-files-using-deriva-client-tools) to upload your file, pointing the uploader at the `records` subfolder. | ||
Follow [these instructions](../uploading-files-using-deriva-client-tools) to upload your file, pointing the uploader at the `records` subfolder. | ||
|
||
## Step 4: Upload images | ||
To upload them one at a time through the browser, follow the instructions at [Submitting Specimen Data](/docs/specimens/). To upload them in bulk, follow the instructions at [Bulk uploading image files](/docs/bulk-uploading-image-files). | ||
To upload them one at a time through the browser, follow the instructions at [Submitting Specimen Data](../specimen-v2/). To upload them in bulk, follow the instructions at [Bulk uploading image files](../bulk-uploading-image-files). | ||
|
||
## Step 5: Fill in any missing data | ||
Follow the instructions at [Submitting Specimen Data](/docs/specimens/) to add anatomical sites, antibodies, etc. | ||
Follow the instructions at [Submitting Specimen Data](../specimen-v2/) to add anatomical sites, antibodies, etc. | ||
|
||
## Step 6: Update the curation status | ||
Your new records will initially be marked "In Preparation" and will be visible only to consortium members. Change their status to "Submitted" to forward them on to the biocurator for review and release. | ||
|
||
Your new records will initially have a _Curation Status_ of "In Preparation" and will be visible only to consortium members. Change the status to "Submitted" to forward them on to the biocurator for review and release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.