Skip to content

Commit 2924fd2

Browse files
committed
Add back accidental removal
1 parent 93ad6f1 commit 2924fd2

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

AGENTS.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
### Optional Arguments
6161
- `-s, --subdir-col`: Column name for subdirectory organization
62-
- `-n, --img-name-col`: Column for image filenames (default: "filename")
62+
- `-n, --img-name-col`: C olumn for image filenames (default: "filename")
6363
- `-u, --url-col`: Column with URLs (default: "file_url")
6464
- `-w, --wait-time`: Retry delay in seconds (default: 3)
6565
- `-r, --max-retries`: Maximum retry attempts for a single image (default: 5)
@@ -164,4 +164,17 @@
164164

165165
### Basic Usage
166166
```bash
167-
cautious-robot --input-file examples/HCGSD_testNA.csv --output-dir examples/test_images
167+
cautious-robot --input-file examples/HCGSD_testNA.csv --output-dir examples/test_images
168+
```
169+
170+
### With Subdirectories and Checksums
171+
```bash
172+
cautious-robot -i data.csv -o images -s species -a sha256 -v expected_sha256
173+
```
174+
175+
### With Downsampling
176+
```bash
177+
cautious-robot -i data.csv -o images -l 512
178+
```
179+
180+
When implementing features or fixing bugs, consider the tool's primary use case in scientific image processing workflows, where data integrity and reliable downloads are critical.

0 commit comments

Comments
 (0)