daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
67 stars 59 forks source link

DAPHNE arguments in DaphneLib #719

Open pdamme opened 5 months ago

pdamme commented 5 months ago

Currently, DaphneLib calls DAPHNE with default arguments. However, DAPHNE offers various CLI arguments (and config items) that significantly influence the behavior of DAPHNE. There should be a way in DaphneLib to pass such arguments to DAPHNE, e.g., by passing them to DaphneLib's compute()-function.

ldirry commented 2 days ago

Hi, can you assign me to this ticket.

pdamme commented 2 days ago

Sure, go ahead! It would be great if the arguments accepted by DaphneLib would be automatically consistent with those accepted by DAPHNE's command line interface in order to reduce the maintenance effort. One option could be allow users to pass the actual CLI arguments string (or list of strings) such that DAPHNE's CLI parser handles them. But we're open for suggestions :) .