Skip to content

Commit

Permalink
test curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 22, 2024
1 parent d76b0cd commit 446b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/util/script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd results/fastq/$1
ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs wget -q -c --show-progress
ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs curl -O -C - -o nul -#

0 comments on commit 446b98d

Please sign in to comment.