Skip to content

Commit 278da04

Browse files
committed
add S3 metadata to augment_csv
1 parent d9d153f commit 278da04

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
# using s5cmd
6+
pixi exec s5cmd ls s3://wort-genomes/sigs/ > filelists/genomes_20250829.s3 &
7+
pixi exec s5cmd ls s3://wort-img/sigs/ > filelists/img_20250829.s3 &
8+
pixi exec s5cmd ls s3://wort-sra/sigs/ > filelists/sra_20250829.s3 &
9+
10+
wait

0 commit comments

Comments
 (0)