Closed apetkau closed 4 years ago
When exporting a workflow, there is an <inputs> section in the XML file:
<inputs>
<inputs> <sequenceReadsPaired/> <requiresSingleSample>false</requiresSingleSample> </inputs>
Here, <sequenceReadsPaired> should correspond to the name given in the Galaxy workflow .ga file:
<sequenceReadsPaired>
.ga
"label" : "sequence_reads_paired", "id" : 0, "tool_state" : "{\"optional\": false, \"collection_type\": \"list:paired\"}",
That is, the XML file should contain <sequenceReadsPaired>sequence_reads_paired</sequenceReadsPaired> instead of being left empty.
<sequenceReadsPaired>sequence_reads_paired</sequenceReadsPaired>
I cannot reproduce this issue. It seems to work properly for everything I've tried.
When exporting a workflow, there is an
<inputs>
section in the XML file:Here,
<sequenceReadsPaired>
should correspond to the name given in the Galaxy workflow.ga
file:That is, the XML file should contain
<sequenceReadsPaired>sequence_reads_paired</sequenceReadsPaired>
instead of being left empty.