From 446b98d77f12020deddcb99d181b874a2ad589b5 Mon Sep 17 00:00:00 2001 From: Maurizio Salvatore Podda Date: Wed, 22 May 2024 17:36:18 +0200 Subject: [PATCH] test curl --- workflow/util/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/util/script.sh b/workflow/util/script.sh index e341b65..bcc0cec 100755 --- a/workflow/util/script.sh +++ b/workflow/util/script.sh @@ -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 -#