org.biojava.bio.structure.server
public class PrepareMMcifIndexFile extends PrepareIndexFile
Constructor and Description |
---|
PrepareMMcifIndexFile() |
Modifier and Type | Method and Description |
---|---|
void |
createMMcifInfoList(File[] pdbfiles,
File outputFile,
File chainInfoFile)
parses a set of PDB files and writes info into a file
the file is tab separated and has the following columns:
name length resolution depositionDate modificationDate technique title classification filename
binaryDirectory: a directory in which binary files containing the atoms will be places, to provide a speedup
This method needs to be run, before a DBSearch can be performed, since the files created by this method
are required for the DBSearch
|
File[] |
getAllMMcif(File dir) |
static void |
main(String[] args) |
void |
prepareIndexFileForInstallation(FlatFileInstallation installation)
prepare the index file for this installation
|
createPDBInfoList, getAllPDB, logPDBInfoFile
public static Logger logger
public static void main(String[] args)
public void prepareIndexFileForInstallation(FlatFileInstallation installation) throws FileNotFoundException, IOException
prepareIndexFileForInstallation
in class PrepareIndexFile
installation
- FileNotFoundException
IOException
public void createMMcifInfoList(File[] pdbfiles, File outputFile, File chainInfoFile) throws FileNotFoundException, IOException
pdbfiles
- outputFile
- FileNotFoundException
IOException