/share directory. The path that an asset will specifically be written to will be displayed at the top of the asset’s box. It is generally in the format of /share/asset_<UUID>/<filename>. There will also be a clipboard icon, allowing you to copy the path, for use in your script.
Using Assets in Nextflow workflows
Assets are available to use in both shell/Docker and Nextflow workflows. When using an asset in a Nextflow workflow, only the primary Nextflow process (i.e., the script executing yournextflow run command) will have access to the /share directory and your asset. If any child processes require use of the asset, you will need to pass the asset filepath to your Nextflow script as an argument. This will allow Nextflow to distribute your asset to any child processes spawned by the main script. For example:

