File tree Expand file tree Collapse file tree 4 files changed +48
-464
lines changed Expand file tree Collapse file tree 4 files changed +48
-464
lines changed Original file line number Diff line number Diff line change 55mkdir -p update_logs/
66
77# using s5cmd
8- pixi exec s5cmd --stat --json sync --size-only ' s3://wort-sra/*' wort-sra/ & > update_logs/" $( date +%Y%m%d) _sra" &
9- pixi exec s5cmd --stat --json sync --size-only ' s3://wort-genomes/*' wort-genomes/ & > update_logs/" $( date +%Y%m%d) _genomes" &
10- pixi exec s5cmd --stat --json sync --size-only ' s3://wort-img/*' wort-img/ & > update_logs/" $( date +%Y%m%d) _img" &
8+ pixi run 5cmd --stat --json sync --size-only ' s3://wort-sra/*' wort-sra/ & > update_logs/" $( date +%Y%m%d) _sra" &
9+ pixi run s5cmd --stat --json sync --size-only ' s3://wort-genomes/*' wort-genomes/ & > update_logs/" $( date +%Y%m%d) _genomes" &
10+ pixi run s5cmd --stat --json sync --size-only ' s3://wort-img/*' wort-img/ & > update_logs/" $( date +%Y%m%d) _img" &
1111wait
Original file line number Diff line number Diff line change 33set -ex
44
55# 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 &
6+ # pixi run s5cmd ls s3://wort-genomes/sigs/ > filelists/genomes_20250829.s3 &
7+ pixi run s5cmd ls s3://wort-img/sigs/ > filelists/img_20250829.s3 &
8+ # pixi run s5cmd ls s3://wort-sra/sigs/ > filelists/sra_20250829.s3 &
99
1010wait
You can’t perform that action at this time.
0 commit comments