Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 22, 2024
1 parent 446b98d commit f714b6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion workflow/util/script.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f714b6a

Please sign in to comment.