add data retrieval tool
Added a module to retrieve data given a parallel bilby ini file.
data-dict
optional
makes This permits data-dict
in the parallel-bilby be optional. If not provided, then parallel-bilby's generation
step will download the appropriate data.
If data-dict
is provided, then parallel-bilby will not download data.
CLI tool to download data
This can also be used as a CLI tool to download data:
parallel_bilby_retrieve_data config.ini
Where the config ini needs to contain the same required parameters as bilby_pipe_data_generation
.
Added unit tests
Add unit tests to make sure that the data-retrieval is working as a cli tool and with parallel-bilby-generation