X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FJalview.java;fp=src%2Fjalview%2Fbin%2FJalview.java;h=3294c2608dcade73a6f73906befa5c33c7a648e0;hb=dbcbbb61457cb60da170cf99defec797941015b9;hp=764c92c1fe2fc0c8ce079dd6e2db32f048a5ee89;hpb=fb91c5557602ff6581e1b3c1333f1c0ee7a02a5e;p=jalview.git diff --git a/src/jalview/bin/Jalview.java b/src/jalview/bin/Jalview.java index 764c92c..3294c26 100755 --- a/src/jalview/bin/Jalview.java +++ b/src/jalview/bin/Jalview.java @@ -328,7 +328,6 @@ public class Jalview Cache.log.debug("Starting questionnaire with default url: " + defurl); desktop.checkForQuestionnaire(defurl); - } } } @@ -336,14 +335,12 @@ public class Jalview { System.err.println("CMD [-noquestionnaire] executed successfully!"); } + if (!aparser.contains("nonews")) { desktop.checkForNews(); } - } - if (!isHeadlessMode()) - { BioJsHTMLOutput.updateBioJS(); } @@ -785,6 +782,7 @@ public class Jalview + "-eps FILE\tCreate EPS file FILE from alignment.\n" + "-questionnaire URL\tQueries the given URL for information about any Jalview user questionnaires.\n" + "-noquestionnaire\tTurn off questionnaire check.\n" + + "-nonews\tTurn off check for Jalview news.\n" + "-nousagestats\tTurn off google analytics tracking for this session.\n" + "-sortbytree OR -nosortbytree\tEnable or disable sorting of the given alignment by the given tree\n" // +