Add code README and automatic CHANGELOG entries
This commit is contained in:
parent
fbba2d2992
commit
42e706080a
4 changed files with 13 additions and 12 deletions
|
|
@ -1,3 +1,12 @@
|
|||
All custom code goes into this directory. All scripts should be written such
|
||||
that they can be executed from the root of the dataset, and are only using
|
||||
relative paths for portability.
|
||||
# Popcorn dataset code
|
||||
|
||||
Each script can be run stand-alone like `python code/files.py <input-dir> <output-dir>`,
|
||||
exchanging the script file for the one intended.
|
||||
|
||||
It is suggested, however, to run the scripts using the `just` command runner from the
|
||||
dataset root, such as `just files` for the same effect as above.
|
||||
This will automatically populate the correct input and output directories.
|
||||
|
||||
To create new `datalad` versioned output data, run `just versioned` or `just` without any arguments.
|
||||
A new commit containing the updated data will be created,
|
||||
and an automatic entry in the CHANGELOG made.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue