You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/pyrice_instruction.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,8 +226,8 @@ Search new attributes on new databases
226
226
227
227
Add new database
228
228
^^^^^^^^^^^^^^^^^^^
229
-
PyRice package supports queries on new databases by adding its description manually on `database_description.xml`.
230
-
With JSON format, here is SNP-SEEK database with API: https://snp-seek.irri.org/ws/genomics/gene/osnippo/chr01?start=1&end=15000&model=iric::
229
+
PyRice package supports queries on new databases by adding its description manually in `database_description.xml`.
230
+
Using JSON format, here is an example with SNP-SEEK database API: https://snp-seek.irri.org/ws/genomics/gene/osnippo/chr01?start=1&end=15000&model=iric::
.. note:: With APIs return results with HTML and Javascript format, it might have some problems due to the difference of GUI (Javascript) or tag (HTML).
291
-
So, we are working to simplize the package on those two formats to make it easier for updating new databases.
291
+
So, we are working to simplize the package on those two formats to make it easier for updating new databases.
0 commit comments