Created
May 9, 2022 11:25
-
-
Save abhi18av/da3871aaf3c81d673ee14eb5e7be8c74 to your computer and use it in GitHub Desktop.
curl-command.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl \ | |
--retry 5 --continue-at - --max-time 1200 \ | |
-L ftp.sra.ebi.ac.uk/vol1/fastq/SRR870/008/SRR8703878/SRR8703878_1.fastq.gz \ | |
-o SRX5499459_SRR8703878_1.fastq.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment