From f714b6a9035f4448ec56f40362022c33e91f8361 Mon Sep 17 00:00:00 2001 From: Maurizio Salvatore Podda Date: Wed, 22 May 2024 17:45:18 +0200 Subject: [PATCH] test --- workflow/util/script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workflow/util/script.sh b/workflow/util/script.sh index bcc0cec..bdddb59 100755 --- a/workflow/util/script.sh +++ b/workflow/util/script.sh @@ -1,2 +1,6 @@ +ls +ls results/ +ls results//fastq cd results/fastq/$1 -ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs curl -O -C - -o nul -# +ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs curl -O -C - -o nul +ls \ No newline at end of file