ref 8819: Extend The Algorithms Importer to Manage Many Processes as Black Boxes
https://support.d4science.org/issues/8819 Updated the support for Processes as Black Boxes git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@150430 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
09758721d6
commit
0792103e86
|
@ -97,7 +97,7 @@ public class GeneralPurposeScriptProducer {
|
||||||
sb.append("command = paste(external_process_to_invoke");
|
sb.append("command = paste(external_process_to_invoke");
|
||||||
|
|
||||||
for (Triple in : input) {
|
for (Triple in : input) {
|
||||||
sb.append("," + in.a);
|
sb.append(","+"paste('\"',"+in.a+",'\"',sep='')");
|
||||||
}
|
}
|
||||||
|
|
||||||
sb.append(",sep=\" \")" + System.lineSeparator());
|
sb.append(",sep=\" \")" + System.lineSeparator());
|
||||||
|
|
Loading…
Reference in New Issue