Open ypriverol opened 2 years ago
I have set the parameters to upload the COSMIC files.
I think it would actually be good to add a parameter e.g. downloaded_data_dir
or similar where the user can put pre-downloaded files that are used by the pipeline.
At each download section in the pipeline we can skip downloading the files that already exist in the given directory. Though, I don't know if there is a nice way to implement this in DSL2.
@DongdongdongW has reported that COSMIC download sometimes fails to download. Email:
We can add the logic of download using
wget
and also have an option when the user provides the COSMIC file as a parameter in the pipeline and the pipeline do not need to download it.