NBISweden / sda-cli

User command line interface for the SDA
GNU Affero General Public License v3.0
5 stars 1 forks source link

Deprecate the current `download` function #398

Closed jbygdell closed 3 months ago

jbygdell commented 5 months ago

Deprecate Download and replace by the functionality from sda-download

Background: Current download module downloads already publicized datasets from a public s3 endpoint taking as argument a txt file with the files' urls. We want to replace this with downloading straight from a running sda-download instance. The latter functionality has been developed in the sda-download module of sda-cli.

A/C