Skip to content

Instantly share code, notes, and snippets.

@abhi18av
Created May 9, 2022 11:25
Show Gist options
  • Save abhi18av/da3871aaf3c81d673ee14eb5e7be8c74 to your computer and use it in GitHub Desktop.
Save abhi18av/da3871aaf3c81d673ee14eb5e7be8c74 to your computer and use it in GitHub Desktop.
curl-command.sh
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