Skip to content

Commit 574903f

Browse files
committed
added note to user
1 parent fd43f49 commit 574903f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

assets/bash/batch_download_v3.0.sh

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
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
332
kaggle datasets download -d waitongchung/blastnet-momentum-3d-sr-dataset --unzip
433

0 commit comments

Comments
 (0)