Guest User

Untitled

a guest
Apr 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. wget https://storage.googleapis.com/gnomad-public/release/2.0.2/vcf/genomes/gnomad.genomes.r2.0.2.sites.chr1.vcf.bgz
  2.  
  3. while read line; do $line; done < my_file.txt
  4.  
  5. --2018-04-20 06:28:29-- https://storage.googleapis.com/gnomad-public/release/2.0.2/vcf/genomes/gnomad.genomes.r2.0.2.sites.chr1.vcf.bgz
  6. Resolving storage.googleapis.com (storage.googleapis.com)... failed: Temporary failure in name resolution.
  7. wget: unable to resolve host address `storage.googleapis.com'
Add Comment
Please, Sign In to add comment