BeNeuroLab / beneuro_experimental_data_organization

Code for checking, moving, and processing the data recorded in the lab
0 stars 3 forks source link

Prompt user what to include when uploading #51

Closed bagibence closed 9 months ago

bagibence commented 9 months ago

If not specified explicitly as a CLI option, in uploading commands the user is asked what data they want to upload with yes/no prompts.

bnd upload-session . M020 will ask 3 questions, one for each of behavior, ephys, videos.

But bnd upload-session . M020 --include-behavior will only ask about ephys and videos.

Addresses #41