commit/galaxy-central: martenson: Include a message where in API actually create jobs.

1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/17207774b4b7/ Changeset: 17207774b4b7 User: martenson Date: 2015-01-16 22:33:41+00:00 Summary: Include a message where in API actually create jobs. Affected #: 1 file diff -r 5f6fe1916f79865bfb4e4fdd75d1d979139ac501 -r 17207774b4b7a601698279c7700fb3bf5449e5be lib/galaxy/webapps/galaxy/api/jobs.py --- a/lib/galaxy/webapps/galaxy/api/jobs.py +++ b/lib/galaxy/webapps/galaxy/api/jobs.py @@ -215,7 +215,8 @@ @expose_api def create( self, trans, payload, **kwd ): - raise NotImplementedError() + """ See the create method in tools.py in order to submit a job. """ + raise NotImplementedError( 'Please POST to /api/tools instead.' ) @expose_api def search( self, trans, payload, **kwd ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org