X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FJalviewJS2.java;h=0bfc930ceddf5e43f61cabeb6d8e897987b80715;hb=14bfc6fb57f123b815f08dbf5b35544abd33b3af;hp=71c06b3f3392681cef3adf58e516024149b89e92;hpb=2d241446c80365862d31e76f2ecccaab33a1547f;p=jalview.git diff --git a/src/jalview/bin/JalviewJS2.java b/src/jalview/bin/JalviewJS2.java index 71c06b3..0bfc930 100644 --- a/src/jalview/bin/JalviewJS2.java +++ b/src/jalview/bin/JalviewJS2.java @@ -33,12 +33,24 @@ public class JalviewJS2 { if (args.length == 0) { - args = new String[] { "open", "examples/uniref50.fa", "features", + args = new String[] { + // "headless", + "open", "examples/uniref50.fa", + "features", "examples/exampleFeatures.txt" // , "noannotation" - , "showoverview" + // , "showoverview" + // , "png", "test-bh.png" }; } + + // String cmds = "nodisplay -open examples/uniref50.fa -sortbytree -props + // test/jalview/io/testProps.jvprops -colour zappo " + // + "-jabaws http://www.compbio.dundee.ac.uk/jabaws -nosortbytree " + // + "-features examples/testdata/plantfdx.features -annotations + // examples/testdata/plantfdx.annotations -tree + // examples/testdata/uniref50_test_tree"; + // args = cmds.split(" "); Jalview.main(args); //showFocusTimer(); }