Previous changeset 7:61d8060bf2ed (2016-08-22) Next changeset 9:5fa1f0ca69cc (2016-09-25) |
Commit message:
planemo upload commit 00e0e60deed9cc2ef83d47a3182cd6c84b8f5b41 |
modified:
README.rst |
b |
diff -r 61d8060bf2ed -r 15016fee2bc4 README.rst --- a/README.rst Mon Aug 22 12:41:24 2016 -0400 +++ b/README.rst Mon Aug 22 12:53:55 2016 -0400 |
b |
@@ -10,32 +10,41 @@ .. .. image:: arguments.png -# To Update +========= +To Update +========= -planemo test +:: -If one of them fails, then we have to make sure that the different tests are just data being updated, but not an error: + planemo test -should be non-zero. +If one of them fails, then we have to make sure that the different tests are just data being updated, but not an error. For each xml test do: +:: + planemo test monarch-phenotypes-for-disease.xml --update_test_data -which will update the test data +which will update the test data. If the test data is non-empty: +:: + git status | grep modified | cut -c14-1000 | xargs wc -l then commit. - -# Send to the Toolset +------------------------------ +Sending update to the Toolshed +------------------------------ Using this reference for publishing: http://planemo.readthedocs.io/en/latest/publishing.html +:: + planemo shed_lint --tools planemo shed_diff --shed_target toolshed |