FCP-INDI / fcp-indi.github.io

Github Pages Repo for FCP-INDI
https://fcp-indi.github.io
2 stars 8 forks source link

šŸ“ Generate `expectedOutputs.yml` for all the preconfigs and add those to the docs #277

Open shnizzedy opened 2 years ago

shnizzedy commented 2 years ago

Related problem

Since C-PAC what outputs you should expect depend on your configuration, there's no "always expect these outputs." If you get a "run complete" message at the end, that's a good sign that all your outputs are there.

1.8.4 has new expectedOutputs.yml and missingOutputs.yml logs (see "Check Your Outputs Ā» C-PAC ā‰„ 1.8.0" in the nightly docs for a description of those).

Unfortunately, for 1.8.0 ā€’ 1.8.3, we don't have any thorough docs for expected outputs. If you're looking for something specific and can't find it, we can help you out though :smiley:

ā€• me on Slack

Proposed feature

Generate expectedOutputs.yml for all the preconfigs and add those to the docs

Acceptance criteria

Alternatives

No response

Additional context

This feature will be easier to automate once https://github.com/FCP-INDI/C-PAC/issues/1680 is completed.

I believe the expected outputs can vary for the same config with different input data (e.g., input data has field maps or not)