datadings.commands.convert_index module

usage: convert_index.py [-h] [-o PATH] infile

Convert the legacy index of dataset a to the new style.

Positional arguments

infile Input file.

options:
-h, --help

show this help message and exit

-o PATH, --outdir PATH

Output directory. Defaults to indir.

datadings.commands.convert_index.convert_index(path, outdir)[source]
datadings.commands.convert_index.entry()[source]
datadings.commands.convert_index.main()[source]