Download results

After a workflow has successfully executed, the resulting data is placed within the project’s Files repository. These results can be downloaded to your local machine using the visual interface and direct download links.

Download a file using the visual interface

To download results:

  1. Click the Tasks tab in project dashboard.
  2. Select the COMPLETED task.
1237
  1. Under the Outputs column, you'll see all the outputs the task produced. Click the file you'd like to download.

📘

Once you click the file name, you will be taken to the Files view of the project where you can download files.

1239
  1. Click the Download button.

👍

Use the folder icon to open the file browser where you can download multiple files.

Download files using direct download links

If you are downloading very large files, or too many for your browser to handle, you can obtain a list of direct download links. This is also useful if you want to run the download on a remote computer. The list of download links can be used as input to your script or passed to a third-party download tool, such as wget, curl, or aria2.

👍

Please note that you should not use the download links with aria2c directly in the command line, since some special characters in the URLs require escaping. Instead, you should paste the links into a text file and use aria2c with the -i option to download from the listed links.

To download files using a third-party download tool:

  1. Go to the Files page by clicking the Files tab in the upper right hand corner in your project.
  2. Select the box next to the names of the files you wish to download.
  3. Click the drop-down icon next to the Download button at the top of the file list, and select Get download links.
942

Get download links

  1. Copy the list of links to your clipboard or click Save as a text file.
  2. Run the download tool of your choice with these links as input.

For example, assuming that you have saved the list of links as download-links.txt, you can download the files with aria2 using the command:

$ aria2c -i download-links.txt

Download multiple files

In order to download multiple output files at once click the folder icon under the Outputs column.

1240

The file browser with the tasks's output files will be shown.

1230

Select the files you want to download and click Download.

📘

If you cannot download multiple files at once, check whether your browser settings permit multiple file downloads.