Skip to content

Commit 05d59f0

Browse files
committed
how to fetch all chem comps and install locally
git-svn-id: http://code.open-bio.org/repos/biojava/biojava-live/trunk@8688 7c6358e6-4a41-0410-a743-a5b2a554c398
1 parent 5d5a939 commit 05d59f0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
package demo;
2+
3+
import org.biojava.bio.structure.io.mmcif.DownloadChemCompProvider;
4+
5+
public class ChemCompDistribution {
6+
7+
public static void main(String[] args){
8+
9+
10+
DownloadChemCompProvider.setPath("/Users/andreas/WORK/PDB/");
11+
DownloadChemCompProvider c = new DownloadChemCompProvider();
12+
c.setDownloadAll(true);
13+
c.checkDoFirstInstall();
14+
15+
}
16+
}

0 commit comments

Comments
 (0)