[GitHub] incubator-taverna-common-activities issue #21: cwl logo licenses

2016-08-26 Thread stain
Github user stain commented on the issue: https://github.com/apache/incubator-taverna-common-activities/pull/21 Thanks! I've asked on [general@incubator](https://lists.apache.org/thread.html/301c38a3d779d53d3a070b36f7df8c483f2dd3cdcb9e374fc3f83dae@%3Cgeneral.incubator.apache.

Re: Taverna Player Portal JSON API queries ( Apache Taverna Mobile )

2016-08-26 Thread Finn Bacall
This wouldn't be that hard to implement, you can get the unique ID for the workflow from the parser gem, see: https://github.com/myExperiment/workflow_parser-t2flow/blob/master/lib/t2flow/model.rb#L136 Then you'd just need to extract it in the parsing method: https://github.com/myGrid/taverna-

Re: Taverna Player Portal JSON API queries ( Apache Taverna Mobile )

2016-08-26 Thread Ian Dunlop
Hello, I think you are pretty much spot on with your diagnosis. I agree it is a bit of a pain that the workflow ids are different. However, each workflow does have a unique uuid internally (with t2flow anyway) so that could be used to check if a workflow on myexperiment and the portal are the same

Re: Taverna Player Portal JSON API queries ( Apache Taverna Mobile )

2016-08-26 Thread Sagar
Hello, Thank you for providing code. Now, I am working on it. Currently, I have understood that I need following steps to run a workflow on taverna player portal 1) Download workflow content. 2) Upload it to taverna player portal. 3) Run it on taverna player portal. 4) Show output of the complet