mriqc icon indicating copy to clipboard operation
mriqc copied to clipboard

Option to skip measurement calculation

Open chrisgorgo opened this issue 7 years ago • 4 comments

Sometimes it might be useful to only generate reports and skip the time consuming measurement calculations.

chrisgorgo avatar Oct 14 '16 22:10 chrisgorgo

Something like mriqc bidsdir/ out/ group ?

oesteban avatar Oct 14 '16 22:10 oesteban

more like mriqc bidsdir/ out/ participant --reports-only

This way we can still run it efficiently in parallel (if needs be). Group level would not be necessary in such case since reports could be generated for each subject independently.

chrisgorgo avatar Oct 14 '16 22:10 chrisgorgo

I've been looking into this, and right now the report generation is a nipype node. This could be possible if could cut off the graph all the previous nodes to the report generation. This way, only the report generation and the subsequent datasink would be run.

But I feel that this is a bit of overkilling a problem that nipype already solves, right?

oesteban avatar Nov 14 '16 18:11 oesteban

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Aug 15 '18 02:08 stale[bot]

--reports-only has existed for a long while now, this was reopened by mistake.

oesteban avatar Apr 10 '24 17:04 oesteban