@@ -163,7 +163,7 @@ Requires an internet connection.
163
163
"""
164
164
function downloadpdb (pdbid:: AbstractString ;
165
165
dir:: AbstractString = pwd (),
166
- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat,
166
+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat,
167
167
obsolete:: Bool = false ,
168
168
overwrite:: Bool = false ,
169
169
ba_number:: Integer = 0 )
@@ -317,7 +317,7 @@ automatically updates the PDB files of the given `format` inside the local
317
317
Requires an internet connection.
318
318
"""
319
319
function updatelocalpdb (; dir:: AbstractString = pwd (),
320
- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat)
320
+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat)
321
321
addedlist, modifiedlist, obsoletelist = pdbrecentchanges ()
322
322
# Download the newly added and modified pdb files
323
323
downloadpdb (vcat (addedlist, modifiedlist), dir= dir, overwrite= true , format= format)
@@ -359,7 +359,7 @@ Requires an internet connection.
359
359
in `dir`; by default skips downloading the PDB file if it exists.
360
360
"""
361
361
function downloadallobsoletepdb (; obsolete_dir:: AbstractString = pwd (),
362
- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat,
362
+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat,
363
363
overwrite:: Bool = false )
364
364
obsoletelist = pdbobsoletelist ()
365
365
downloadpdb (obsoletelist, dir= obsolete_dir, format= format, overwrite= overwrite)
@@ -398,7 +398,7 @@ Requires an internet connection.
398
398
"""
399
399
function retrievepdb (pdbid:: AbstractString ;
400
400
dir:: AbstractString = pwd (),
401
- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = MMCIFFormat,
401
+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = MMCIFFormat,
402
402
obsolete:: Bool = false ,
403
403
overwrite:: Bool = false ,
404
404
ba_number:: Integer = 0 ,
0 commit comments