bids-standard / BEP028_BIDSprov

Organizing and coordinating BIDS extension proposal 28 : BIDS Provenance
https://bids.neuroimaging.io/bep028
Creative Commons Attribution 4.0 International
4 stars 13 forks source link

FSL : add a file to describe functions and get entities / remove extra activities and derivedFrom / comment attributes / ignore Feat main script #93

Closed thomasbtnfr closed 1 year ago

thomasbtnfr commented 1 year ago

This PR proposes improvements to the FSL parser:

The script also adapts for commands like rm to the presence or absence of a parameter following it. Example rm -f sl?.png highres2standard2.png with the previous json description will retrieve in used: sl?.png and highres2standard2.png. If the command would have been simply rm sl?.png highres2standard2.png , the result would have been the same.

Note : this description file has been initialized but is incomplete and some commands are certainly wrong.

cmaumet commented 1 year ago

Thank you @thomasbtnfr! This looks good to me, let's merge!