Class WebStartMain
- java.lang.Object
-
- org.biojava.nbio.structure.align.webstart.WebStartMain
-
public class WebStartMain extends Object
-
-
Constructor Summary
Constructors Constructor Description WebStartMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.biojava.nbio.structure.align.util.UserConfigurationgetDefaultConfig()static org.biojava.nbio.structure.align.util.UserConfigurationgetWebStartConfig()static voidmain(String[] args)If no arguments, shows AlignmentGui for pairwise alignments.static org.biojava.nbio.structure.align.util.UserConfigurationrequestUserConfig()
-
-
-
Method Detail
-
main
public static void main(String[] args)
If no arguments, shows AlignmentGui for pairwise alignments. if 1 argument: dbmenu shows the DBSearchGUI, otherwise the AlignentGUI is shown. if more than 3 arguments takes the following arguments arg0 : fatcat or biojava . arg1 : pdb1.X arg2 ; pdb2.X The 4th argument is optional and it could be the serverLocation which the client should talk to.- Parameters:
args-
-
getWebStartConfig
public static org.biojava.nbio.structure.align.util.UserConfiguration getWebStartConfig()
-
getDefaultConfig
public static org.biojava.nbio.structure.align.util.UserConfiguration getDefaultConfig()
-
requestUserConfig
public static org.biojava.nbio.structure.align.util.UserConfiguration requestUserConfig()
-
-