Downloading%20Datasets - PowerPoint PPT Presentation

About This Presentation
Title:

Downloading%20Datasets

Description:

Downloading Datasets. Fetching datasets from the Internet. Let's Get Data. http://www.emboss.org ... gzip -d pdb1m7t.ent.Z pdb1lqt.ent.Z ... – PowerPoint PPT presentation

Number of Views:13
Avg rating:3.0/5.0
Slides: 10
Provided by: glasnost
Category:

less

Transcript and Presenter's Notes

Title: Downloading%20Datasets


1
Downloading Datasets
  • Fetching datasets from the Internet

2
Let's Get Data
http//www.emboss.org
3
Downloading From The Web
  • man wget

4
Using wget to download PDB data-files
mkdir structures cd structures wget
ftp//ftp.rcsb.org/pub/pdb/data/structures/all/pdb
1m7t.ent.Z wget ftp//ftp.rcsb.org/pub/pdb/dat
a/structures/all/pdb1lqt.ent.Z gzip -d
pdb1m7t.ent.Z pdb1lqt.ent.Z
5
Mirroring a dataset
  • wget --mirror ftp//ftp.rcsb.org/pub/pdb/data/st
    ructures/all/pdb

6
Maxim 9.1
  • Only download a dataset when absolutely
    necessary. Consider the implications of doing so
    first

7
Smarter mirroring
  • structures/ftp.rcsb.org/pub/pdb/data/structures/al
    l/pdb
  • wget --output-filelog --mirror
    --http-useranonymous
  • --http-passwdemail_at_where.ever.net
  • --directory-prefixstructures/mmCIF
  • --no-host-directories
  • --cut-dirs6 ftp//ftp.rcsb.org/pub/pdb/data/st
    ructures/all/pdb

8
Downloading a subset of a dataset
  • wget ftp//beta.rcsb.org/pub/pdb/uniformity/data
    /mmCIF/all/1ger.cif.Z

9
Where To From Here
Write a Comment
User Comments (0)
About PowerShow.com