how to cancel download chemcomp when parser a PDB file

Fico <[email protected]>
Newsgroups gmane.comp.java.bio.general
Message-ID <[email protected]>
Hi, dear all:

I use biojava3 beta1 to parse the PDB files recently, my program is:

            PDBFileReader pdbreader = new PDBFileReader();
            pdbreader.setAutoFetch(false);
            pdbreader.setPath(pdbDirPath);

            FileParsingParameters params = new FileParsingParameters();
            params.setLoadChemCompInfo(*false*);
            params.setHeaderOnly(*false*);
            params.setAlignSeqRes(*true*);
            params.setParseSecStruc(*false*);
            pdbreader.setFileParsingParameters(params);

            Structure structure = null;
            try {
                structure = pdbreader.getStructure(pdbDirPath + "\\" +
file);
            } catch (IOException e) {
                e.printStackTrace();
            }

when I execute this program, it will download something such as:

*creating directory D:\MyWorkspace\TestFiles\pdbFiles\chemcomp
downloading http://www.rcsb.org/pdb/files/ligand/35G.cif
downloading http://www.rcsb.org/pdb/files/ligand/GDP.cif*

but I do not want to lownload those stuff, How can I cancel it?
Thanks.
_______________________________________________
Biojava-l mailing list  -  [email protected]
http://lists.open-bio.org/mailman/listinfo/biojava-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.