Skip to content

Commit

Permalink
Update PDBMLParser.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
diegozea committed Nov 13, 2015
1 parent de8c116 commit da9f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDB/PDBMLParser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ end
Download a gzipped PDB file from PDB database.
Requires a four character `pdbcode`.
By default the `format` is xml and uses the `baseurl` http://www.rcsb.org/pdb/files/.
`outfile` is the path to the output file.
`outfile` is the path/name of the output file.
"""
function downloadpdb(pdbcode::ASCIIString; format::ASCIIString="xml", outfile::ASCIIString="default", baseurl::ASCIIString="http://www.rcsb.org/pdb/files/")
if length(pdbcode)== 4
Expand Down

0 comments on commit da9f2c7

Please sign in to comment.