File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2+ #
3+ # ================================================================
4+ # BLASTNet Datasets Download Script
5+ # ================================================================
6+ #
7+ # WARNING:
8+ # This script downloads approximately **25 TERABYTES** of data
9+ # from the BLASTNet repository on Kaggle.
10+ #
11+ # Before running this script, ensure that:
12+ # - You have sufficient disk space (>= 25 TB recommended)
13+ # - You have a stable, high-bandwidth network connection
14+ # - You understand any data usage, storage, and access policies
15+ # associated with BLASTNet
16+ # - You have permission to store this data on your system
17+ #
18+ # Recommended:
19+ # - Run on a server or HPC system
20+ # - Monitor disk usage and network load
21+ # - This script performs **sequential downloads by default**
22+ # - Users with **limited internet bandwidth** may choose to
23+ # modify or wrap this script to enable **parallel downloading**
24+
25+ #
26+ # Usage:
27+ # bash download_blastnet_dataset.sh
28+ #
29+ # ================================================================
30+
231# BLASTNet Momentum128 3D SR Dataset
332kaggle datasets download -d waitongchung/blastnet-momentum-3d-sr-dataset --unzip
433
You can’t perform that action at this time.
0 commit comments