init :
Initialize a study directory
|
- positional arguments:
-
- optional arguments:
-
usage: solidipes init [-h] [--force] [directory]
|
view:
Opens a new browser window with the data (e.g. table, image)
|
- positional arguments:
-
- optional arguments:
-
usage: solidipes view [-h] path
|
upload:
Upload dataset to an online repository
|
- positional arguments:
{zenodo}: Target hosting platform-
- optional arguments:
-
usage: solidipes upload [-h] {zenodo} ...
|
upload zenodo:
Upload study to Zenodo
|
- positional arguments:
-
- optional arguments:
-h: show this help message and exit
--sandbox: use Zenodo sandbox test platform
--access_token ACCESS_TOKEN: Provide the Zenodo token
--new-deposition: create a new deposition instead of updating a previously created one
--existing-deposition [EXISTING_IDENTIFIER]: URL or DOI of the unpublished study to update
usage: solidipes upload zenodo [-h] [--sandbox] [--access_token ACCESS_TOKEN] [--new-deposition] [--existing-deposition [EXISTING_IDENTIFIER]] [directory]
|
report:
Generate a .py report
|
- positional arguments:
-
- optional arguments:
-
usage: solidipes report [-h] {curation,jtcam,web_report} dir_path ...
|
download:
Download content from Zenodo
|
- positional arguments:
-
- optional arguments:
-
usage: solidipes download [-h] [--only-metadata] identifier [destination]
|