@@ -163,7 +163,7 @@ Requires an internet connection.
163163"""
164164function downloadpdb (pdbid:: AbstractString ;
165165 dir:: AbstractString = pwd (),
166- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat,
166+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat,
167167 obsolete:: Bool = false ,
168168 overwrite:: Bool = false ,
169169 ba_number:: Integer = 0 )
@@ -317,7 +317,7 @@ automatically updates the PDB files of the given `format` inside the local
317317Requires an internet connection.
318318"""
319319function updatelocalpdb (; dir:: AbstractString = pwd (),
320- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat)
320+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat)
321321 addedlist, modifiedlist, obsoletelist = pdbrecentchanges ()
322322 # Download the newly added and modified pdb files
323323 downloadpdb (vcat (addedlist, modifiedlist), dir= dir, overwrite= true , format= format)
@@ -359,7 +359,7 @@ Requires an internet connection.
359359 in `dir`; by default skips downloading the PDB file if it exists.
360360"""
361361function downloadallobsoletepdb (; obsolete_dir:: AbstractString = pwd (),
362- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = PDBFormat,
362+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = PDBFormat,
363363 overwrite:: Bool = false )
364364 obsoletelist = pdbobsoletelist ()
365365 downloadpdb (obsoletelist, dir= obsolete_dir, format= format, overwrite= overwrite)
@@ -398,7 +398,7 @@ Requires an internet connection.
398398"""
399399function retrievepdb (pdbid:: AbstractString ;
400400 dir:: AbstractString = pwd (),
401- format:: Type{<:Union{PDBFormat,PDBXMLFormat,MMCIFFormat,BCIFFormat}} = MMCIFFormat,
401+ format:: Type{<:Union{PDBFormat, PDBXMLFormat, MMCIFFormat, BCIFFormat}} = MMCIFFormat,
402402 obsolete:: Bool = false ,
403403 overwrite:: Bool = false ,
404404 ba_number:: Integer = 0 ,
0 commit comments