Browse Source

add in fragaria bulk loader example file link hosted on tripal.info

bradford.condon 6 years ago
parent
commit
a7c7a32da0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/user_guide/bulk_loader.rst

+ 3 - 1
docs/user_guide/bulk_loader.rst

@@ -14,7 +14,9 @@ The following commands can be executed to install the Tripal Bulk Loader using D
 Plan How to Store Data
 ----------------------
 
-To demonstrate use of the Bulk Loader, a brief example that imports a list of organisms and associates them with their NCBI taxonomy IDs will be performed. The input tab-delimited file will contains the list of all *Fragaria* (strawberry) species in NCBI at the time of the writing of this document.
+To demonstrate use of the Bulk Loader, a brief example that imports a list of organisms and associates them with their NCBI taxonomy IDs will be performed. The input tab-delimited file will contains the list of all *Fragaria* (strawberry) species in NCBI at the time of the writing of this document.  Click the file link below and download it to ``/var/www/html/sites/default/files``.
+
+* `Fragaria.txt <http://tripal.info/sites/default/files/book_pages/Fragaria_0.txt>`_
 
 .. code-block bash