<collection name="outp_col" type="list" label="Free energy data">
<discover_datasets pattern="(?P<designation>^cluster\d+)_outp\.txt$" ext="tabular"/>
<filter>
json
</filter>
</collection>
<collection name="outp_frict_col" type="list" label="Friction data">
<discover_datasets pattern="(?P<designation>^cluster\d+)_ofrict\.txt$" ext="tabular"/>
<filter>
json
</filter>
</collection>
<data name="outp" from_work_dir="outp.txt" format="tabular" label="Free energy data">
<filter>
not json
</filter>
</data>
<data name="outp_frict" from_work_dir="ofrict.txt" format="tabular" label="Friction data">
<filter>
not json
</filter>
</data>
that seems to be the problem, the workflow defines a workflow output outp_col
, but it seems that output is being filtered out because there's no input connected to Ensemble subgroups
(the json
parameter). Does that make sense ? I think this might be one of the cases where the workflow editor cannot accurately predict the result of the filter
outp
, correct ?
--no_shed_install
from https://github.com/galaxyproject/planemo-ci-action/blob/main/planemo_ci_actions.sh#L6