File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
biojava-structure-gui/src/main/java/demo Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 3636import org .biojava .nbio .structure .align .model .AfpChainWriter ;
3737import org .biojava .nbio .structure .align .util .AFPChainScorer ;
3838import org .biojava .nbio .structure .align .util .AtomCache ;
39+ import org .biojava .nbio .structure .io .mmcif .ChemCompGroupFactory ;
40+ import org .biojava .nbio .structure .io .mmcif .DownloadChemCompProvider ;
3941
4042public class DemoCE
4143{
@@ -45,12 +47,18 @@ public static void main(String[] args){
4547 //String name1 = "4hhb.A";
4648 //String name2 = "4hhb.B";
4749
48- String name1 = "1cdg.A" ;
49- String name2 = "1tim.B" ;
50-
51-
50+ String name1 = "d1pqsa_" ;
51+ String name2 = "d1poha_" ;
5252
53+ // String name1 = "5AZQ.A";
54+ // String name2 = "4ODC.A";
55+
5356 AtomCache cache = new AtomCache ();
57+
58+ DownloadChemCompProvider prov = new DownloadChemCompProvider ();
59+ prov .setDownloadAll (true );
60+
61+ ChemCompGroupFactory .setChemCompProvider (prov );
5462
5563 Structure structure1 = null ;
5664 Structure structure2 = null ;
You can’t perform that action at this time.
0 commit comments