galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.42k stars 1.01k forks source link

Add `link_only` option to remote file sources #19124

Closed guerler closed 2 weeks ago

guerler commented 3 weeks ago

Suggesting to introduce an optional link_only boolean parameter in file_sources_conf.yml (default: false). When enabled, datasets are linked rather than copied during uploads. Although the upload/fetch mechanism already supports link_only uploads, this functionality is not currently configurable for file sources. By enabling this feature, users can avoid duplicating large datasets when the remote file source resides on a filesystem already mounted to their compute nodes. Potentially this can also be done using the file source type attribute.

Ping @jmchilton for suggestions and comments. Thanks in advance.

guerler commented 2 weeks ago

Resolved by #19132