Skip to content

Commit

Permalink
Merge pull request #1879 from antgonza/issue-1869
Browse files Browse the repository at this point in the history
fix #1869
  • Loading branch information
ElDeveloper committed Jul 7, 2016
2 parents a6b2cbc + a748487 commit 6b89f42
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,13 @@ These are the columns required for successfully submit your data to EBI:
+----------------------------------+-------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| ``physical_specimen_location`` | free text | Where you would go to find physical sample or DNA, regardless of whether it is still available or not. |
+----------------------------------+-------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| ``taxon_id`` | integer | NCBI's taxon id for the sample. Note, for amplicon sequencing, this is the taxonomy id for the metagenome being targeted, not the host taxonomy id. |
| ``taxon_id`` | integer | NCBI taxon ID for the sample. Should indicate metagenome being investigated. Examples: 410658 for soil metagenome, 749906 for gut metagenome, |
| | | 256318 for metagenome (used for unspecified or blanks). To find others visit `NCBI Taxonomy Database <http://www.ncbi.nlm.nih.gov/taxonomy>`__. |
+----------------------------------+-------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| ``description`` | free text | Description of the sample. |
| ``scientific_name`` | free text | NCBI's scientific name for the provided taxon ID. This is the name of the metagenome, not the host scientific name. Examples: soil metagenome, |
| | | gut metagenome, marine sediment metagenome, marine metagenome. |
+----------------------------------+-------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| ``scientific_name`` | free text | NCBI's scientific name for the provided taxon ID. Note, the name of the metagenome, not the host scientific name. |
| ``description`` | free text | Description of the sample. |
+----------------------------------+-------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+

Required fields for centralized Qiita
Expand Down

0 comments on commit 6b89f42

Please sign in to comment.