commit/galaxy-central: dannon: Close search branch
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fce9396b9a81/ Changeset: fce9396b9a81 Branch: search User: dannon Date: 2013-06-18 23:22:52 Summary: Close search branch Affected #: 1 file diff -r fd3a82d33bb6896ba6395a5e83add5c6ac7f7fbf -r fce9396b9a812aae5356206261d2e67cecd03542 lib/galaxy/webapps/galaxy/controllers/workflow.py --- a/lib/galaxy/webapps/galaxy/controllers/workflow.py +++ b/lib/galaxy/webapps/galaxy/controllers/workflow.py @@ -1045,6 +1045,11 @@ Import a workflow by reading an url, uploading a file, opening and reading the contents of a local file, or receiving the textual representation of a workflow via http. """ + + + + print "\n\n\n\nIMPORT WORKFLOW\n\n" + url = kwd.get( 'url', '' ) workflow_text = kwd.get( 'workflow_text', '' ) message = kwd.get( 'message', '' ) 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