-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.14
-
Component/s: Basic-Other, Workflow
-
Labels:
-
Tests Type:Functional/Unit
-
Sprint:TEST-29/05/2014, TEST-05/06/2014
-
Affect Type:Userdefined
When running workflows using the cmdline interface, the dataset file path separator is ; (;; for two datasets). But this separation does not work in Galaxy, since ; is deprecated for internal Galaxy usage.
The following logic to be implemented:
-If the string with the file paths contains ; then perform separation by ;
-If the string does not contain ; then perform separation by ,