Downloading Data
How to download data, along with how to search and discover the data files that are available
Last updated
How to download data, along with how to search and discover the data files that are available
Last updated
This page overviews how to find what data files exist, along with how to download the data files via SFTP, and eventually, hopefully using globus.
Head to NExtSEEK and log in with your NExtSEEK/SEEK credentials
Head to the Data Query/Advanced Search
This is a broad text search of the entire database. Search any term/sets of terms to filter down and find the samples you want. For example, if you are interested in all sequencing files, you could search the sequencing sample type name, D.SEQ
There are two ways to view the data:
To view a single sample -> click on the value of the ID column.
The sample page has an interactive sample tree on top that contains all associated sample types of that sample (children and parents), along with the specific metadata for that sample in tabular format below
To view many samples, select the checkbox (as shown below) and download the samples. This downloads an excel file with all associated sample types in separate sheets.
You can copy and paste the values that exist in the Link_PrimaryData into your filesystem (cloud or local) to download these files. Replace the username and password with the SFTP username and password associated with your account.
To run multiple get commands with only one login, follow this protocol
Create a text file (batch in the below example), and paste all of the get commands in there
get filename .
-> replace filename with the name of the file (as in the SEEK metadata), and the . places the file in the directory you are running the SFTP command from
Then run the below command, and type your password in after. This will then iteratively run all of the get commands in the file "batch"
For any assistance with SFTP: fairdata@mit.edu