Globus Downloads with enaBrowserTools - core-unit-bioinformatics/knowledge-base GitHub Wiki

author date tags
SH 2026-02-27 Globus, ENA, Data Download

enaBrowserTools provides the most straightforward way to retrieve sequencing data from EBI/ENA: instead of constructing Globus paths, preparing file lists, or managing batch transfers, you supply a project, study, sample, or run accession, and the tool automatically downloads all associated files. This makes it the preferred method for ENA data retrieval on Hilbert and removes nearly all manual steps required in the traditional Globus-based workflow.

Data Retrieval Guide for Project PRJEB58625

This guide describes how to retrieve sequencing data for project PRJEB58625 on the Hilbert HPC system using Globus and the ENABrowserTools.


Step-by-Step Instructions

1. Connect to Hilbert HPC

Once logged in, move to a storage node:

ssh hpc-storage-14k-1

(Alternatively, you may connect to hpc-storage-14k-2 if preferred.)

2. Load the Globus Module

On the storage node, load the Globus environment and log in:

module load Globus
globus login --no-local-server

You’ll be prompted to follow the login steps in your browser (follow the instructions):

3. Set Up the enaBrowserTools

⚠️ The storage nodes do not allow direct Git cloning. You must clone the repository locally, then transfer it to your Hilbert directory.

Clone the ENA Browser Tools on your local machine:

git clone https://github.com/enasequence/enaBrowserTools.git

Transfer the cloned folder to your Hilbert storage directory.

4. Run the ENA Download Script

Once the repository is available on Hilbert, navigate to the Python3 directory:

cd enaBrowserTools/python3/

Execute the download command for PRJEB58625:

./enaGroupGet -g read -f fastq -d /path/to/target_directory/ PRJEB58625

This command will download all project-related FASTQ files into your specified directory.

Additional Resources

For a detailed explanation of available parameters and usage examples, visit the official ENA Browser Tools documentation:

👉 ENA Browser Tools on GitHub

⚠️ **GitHub.com Fallback** ⚠️