LAAC-LSCP / ChildProject

Python package for the management of day-long recordings of children.
https://childproject.readthedocs.io
MIT License
13 stars 5 forks source link

Template command #371

Closed William-N-Havard closed 1 year ago

William-N-Havard commented 2 years ago

It would be great to create a CLI command so as to create an empty project with all the necessary directories and files.

For example, such a command (e.g. child-project template) would create:

That way, one would only have to place the data in the required directories and fill in the CSV files without having to check which columns are required

alecristia commented 2 years ago

hi, I wonder, how is this different from datalad procedures: https://github.com/LAAC-LSCP/datalad-procedures? It may be the same -- in which case that means our documentation needs to be improved to highlight this!! -a

William-N-Havard commented 2 years ago

It is exactly the same indeed! I couldn't find any reference to this point in the documentation though

LoannPeurey commented 2 years ago

We are building a 'creating a new dataset' page in the lab handbook where we reference the datalad-procedures.

Should we also have a reference for it in the childproject doc (knowing that this is not strictly speaking a childproject feature)? and if so, where?

LoannPeurey commented 1 year ago

6ca0272