Data
The Data section shows files and folders stored in the project.
ICA supports UTF-8 characters in file and folder names for data. Following recommended practices, users are encouraged to follow additional guidelines detailed below. (For more information about recommended approaches to file naming that can be applicable across platforms, please refer to this AWS S3 documentation.)
Characters generally considered "safe":
- Alphanumeric characters
- 0-9
- a-z
- A-Z
- Special characters
- Exclamation point
!
- Hyphen
-
- Underscore
_
- Period
.
- Asterisk
*
- Single quote
'
- Open parenthesis
(
- Closed parenthesis
)
Length of file name (minus prefixes and delimiters) generally should be limited to 32 characters.
Users should be mindful of their data's particular access permissions and conditions when linking data files in ICA, either through Bring Your Own Bucket (BYOB) or by uploading. With BYOB, in particular, exposing one's own bucket through ICA may provide access to those files to a different set of users who would not have access to the original storage bucket outside of ICA. In general, users should ensure the path to their source data is correct and does not include unintended files when performing uploads in order to avoid unintentional privacy breaches. More guidance can be found in the ICA Security and Compliance section.
On the Data page, you can view information on or preview files.
To view file data, do as follows.
- 1.Select a file to view.
- 2.Select one of the following viewing options:
- Data Details — View information on the data.
- View — Preview the file. You can also preview the file content by selecting the file on the Data page, and then selecting View
To link directly to data, use the following syntax:
https://<ServerURL>/ica/link/project/<ProjectID>/data/<FolderID>
and https://<ServerURL>/ica/link/project/<ProjectID>/analysis/<AnalysisID>
.Variable | Location |
---|---|
ServerURL | see browser addres bar |
projectID | At YourProject > Details > URN > urn:ilmn:ica:project:ProjectID#MyProject |
FolderID | At YourProject > Data > folder > folder details > ID |
AnalysisID | At YourProject > Flow > Analyses > YourAnalysis > ID |
Normal permission checks still apply with these links. If you try to follow a link to data to which you do not have access, you will be returned to the main project screen or login screen, depending on your permissions.
Uploading data to the platform makes it available for consumption by analysis workflows and tools. There are multiple methods to upload data.
Uploads via the UI are limited to 5GB
Use the following instructions to upload data manually via the drag-and-drop interface in the platform UI.
- 1.From the projects menu, select Data.
- 2.To add data, use one of the following methods. Make sure the Illumina Connected Analytics tab is open in the browser while data uploads.
- Drag a file from your system into Choose a file or drag it here box.
- Select the Choose a file or drag it here box, and then choose a file. Select Open to upload the file.
Your file or files are added to the Data page when upload completes.

data-0
Some small files can be downloaded directly from within the UI. Things like .txt and .csv files can be viewed by clicking on the filename when in the project Data section. On the View tab, the file can be viewed directly (larger files may take some time to load) and the Download button will allow you to download the file directly from the UI.

download-ui-1
You can trigger an asynchronous download via service connector using the Schedule for Download button with one or more files selected.
- 1.Select a file or files to download.
- 2.Select Schedule for Download.
- 3.Select a connector, and then select Schedule for Download.
You can view the progress of the download or stop the download on the Activity page for the project.
The data records contained in a project can be exported in CSV, JSON, and excel format.
- 1.Select one or more files to export.
- 2.Select Export.
- 3.Select the following export options:
- To export only the selected file, select the Selected rows as the Rows to export option. To export all files on the page, select Current page.
- To export only the columns present for the file, select the Visible columns as the Columns to export option.
- 4.Select the export file type
Uploaded files are automatically added with the standard storage tier. You can use files in the standard tier in your analysis.
To manually archive or delete files, do as follows:
- 1.Select the checkbox next to the file or files to delete or archive.
- 2.Select Manage, and then select one of the following options:
- Archive — Move the file or files to long-term storage.
- Unarchive — Return the file or files from long-term storage. Unarchiving can take up to 48 hours, regardless of file size. Unarchived files can be used in analysis.
- Delete — Remove the file completely.
When attempting concurrent archiving or unarchiving of the same file, a message will inform you to wait for the currently running (un)archiving to finish first.
Linking a folder links only the data within the folder at the time the link is created. Data added within the source folder after the link is created will not be automatically linked to the destination project.
You can perform analysis on data from other projects by linking data from that project.
- 1.Select Manage, and then select Link Data.
- 2.To view data by project, select Add filter, and then select Projects.
- 3.Select the checkbox next to the file or files to add.
- 4.Select Select Data.
Your files are added to the Data page. To view the linked data file, select Add filter, and then select Links.
To unlink the data, select the folder containing the files or the individual files themselves (limited to 100 at a time) and select Manage > Unlink Data.
Last modified 3d ago