Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation of new descriptor_elabbook files #70

Open
killianrochet opened this issue Apr 13, 2023 · 3 comments
Open

Generation of new descriptor_elabbook files #70

killianrochet opened this issue Apr 13, 2023 · 3 comments
Milestone

Comments

@killianrochet
Copy link
Collaborator

killianrochet commented Apr 13, 2023

This issue is a one of the 3 steps of V4A pipeline that should include.

Idea is to generate the descriptor_elabbook.csv file based on the the full_elabbook.csv file.

Function : conversion_to_odmltables_descriptor(full_elabbook_csv, session_number)

Args : 
     full_elabbook_csv 
     session_number

Return : descriptor_elabbook_csv

This function will take the full_elabbook_csv file to make all of the descriptor_elabbook file that we need to create BIDS structure.

@SylvainTakerkart
Copy link
Collaborator

ok, this looks good to me! what's missing is the specification of whether this function is designed to handle one or several sessions.... the most simple is to write this function for one session, and therefore a session_id should be added as an input...

(and then, the snakemake part can call this function, and loop over all sessions for which the descriptor needs to be generated)

WDYT @killianrochet @JuliaSprenger ?

@killianrochet
Copy link
Collaborator Author

Yes, i have modified the description of the function to add the session_id as an argument

@JuliaSprenger
Copy link
Collaborator

Hi @killianrochet Can you use odmltables instead of odml_table, as this is the name of the piece of software that does the conversion csv -> odml?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants