sdsc-ordes / modos-api

Python API to manage multi-omics digital objects
https://sdsc-ordes.github.io/modos-api
Apache License 2.0
0 stars 0 forks source link

[Feature request]: infer `data_path` #85

Open cmdoret opened 1 month ago

cmdoret commented 1 month ago

Contact Details

No response

Description

when including data files in a modo, one must specify both source_file and data_path. This is redundant as most often, data_path is just the filename of source_file.

Importance Level

Low

Affected Components

api, cli

Technical Requirements

infer data_path as filename(source_file) by default

Acceptance criteria

users can leave data_path empty