I am testing the seqera kit command-line utility to add datasets to the platform, and realized that most of the datasets are stored in s3. So I tried:
tw datasets add s3://xxx/samplesheet.csv --name cool-data --header --workspace $SEQERA_ORGANIZATION_NAME/$SEQERA_WORKSPACE_NAME
> ERROR: File path 's3://xxx/samplesheet.csv' do not exists.
Would it be possible to copy the dataset directly from s3 to the platform without downloading it first?
On that note, an even better feature, would be to use the "Data Explorer" interface to add Datasets. In "Data Explorer" it is already possible to browse s3 buckets, which in my case contain the data. Having an option to "Add as a dataset" would be a nice addition for when a computer savy user creates the dataset csv in s3 and someone more GUI-centric as the possibility of adding it on the platform.