Skip to content

Instantly share code, notes, and snippets.

@allenday
Created February 4, 2017 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenday/56721b6af2d8e81a928b64f097b37359 to your computer and use it in GitHub Desktop.
Save allenday/56721b6af2d8e81a928b64f097b37359 to your computer and use it in GitHub Desktop.
wget -O - -q 'https://s3-us-west-1.amazonaws.com/strainseek' | xml_pp | grep fastq | perl -ne 'm#>(.+?)<#;print qq(https://s3-us-west-1.amazonaws.com/strainseek/$1\n)' | xargs wget -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment