JAL-629 Move more stdout messages to stderr when outputting file to stdout
[jalview.git] / src / jalview / bin / Commands.java
2023-08-09 Ben SoaresJAL-629 Move more stdout messages to stderr when output...
2023-08-09 Ben SoaresJAL-629 Default to FASTA if no format given for output...
2023-08-09 Ben SoaresJAL-629 Enable output to STDOUT when specifying output...
2023-07-07 James ProcterJAL-4217 JAL-629 built in 25s time out waiting for...
2023-07-07 James ProcterJAL-629 even more console debug for --structureviewer...
2023-07-06 James ProcterJAL-629 liberal defensive coding, comments about refact...
2023-07-06 James ProcterJAL-4217 interruptedExceptions should also break any...
2023-06-08 James ProcterJAL-4196 report an error if structure view doesn’t...
2023-06-07 James ProcterJAL-4195 add exception handling for all image output...
2023-06-07 James ProcterJAL-4195 catch thrown exceptions (if any) during image...
2023-06-06 James ProcterJAL-4160 --colour can now take user defined scheme...
2023-06-06 James ProcterJAL-4160 JAL-4195 wait around until alignFrame calculat...
2023-06-06 James ProcterJAL-4195 Debug message indicating creation of an image...
2023-06-01 Ben SoaresJAL-629 fixing test EBIAlphaFoldTest.checkImportPAEToSt...
2023-05-23 Ben SoaresJAL-629 Updated help docs and fixed structure image...
2023-05-23 Ben SoaresJAL-629 Added --structureimage code and formatting...
2023-05-22 Ben SoaresJAL-629 --structureimage with formatting args.
2023-05-18 Ben SoaresJAL-629 Added 'Type' to args and argvalues
2023-05-15 Ben SoaresRevert "JAL-629 Add a --threads argument to allow a...
2023-05-15 Ben SoaresJAL-629 Add a --threads argument to allow a limited...
2023-05-12 Ben SoaresJAL-629 Added --opened arg which is like limiting ...
2023-05-11 Ben SoaresJAL-629 Fix --tempfac. Hide non-working --notempfac...
2023-05-11 Ben SoaresJAL-629 Added linkedId to ArgValuesMap for reference...
2023-05-10 Ben SoaresJAL-629 More docs. Usage statement. Adjust some logging...
2023-05-09 Ben SoaresJAL-629 Add --seqid for non-subval use, make arg value...
2023-05-09 Ben SoaresJAL-629 change --renderer to --textrenderer to be more...
2023-05-04 Ben SoaresJAL-629 More NG arguments: --features, --annotations...
2023-05-03 Ben SoaresJAL-629 added eps and imagemap. Added --output and...
2023-05-02 Ben SoaresJAL-629 Changed --newframe and --allframes to --new...
2023-05-02 Ben SoaresJAL-629 Add --renderer arg/subval for vector output...
2023-04-30 Ben SoaresJAL-629 Change behaviour of --open GLOB to increment...
2023-04-28 Ben SoaresJAL-629 Change colour scheme shortnames to something...
2023-04-27 Ben SoaresJAL-629 Fixed appending URLs
2023-04-23 Ben SoaresJAL-629 Change --open to --append and --opennew to...
2023-04-22 Ben SoaresJAL-629 Test and fix --annotation --ssannotation args...
2023-04-19 Ben SoaresJAL-629 Now showing temp fac and secondary structure...
2023-04-14 Ben SoaresJAL-629 Adding PAE and TFType at structure loading...
2023-04-12 Ben SoaresJAL-629 parse SubVals once with ArgValue. Ensure SubVal...
2023-04-05 Ben SoaresJAL-629 Tests for FileUtils. Tidying counter substituti...
2023-04-04 Ben SoaresJAL-629 More consistent printing of --arguments. Exampl...
2023-03-29 Ben SoaresJAL-629 Added --opennew --nonews --nosplash. Added...
2023-03-28 Ben SoaresJAL-629 Opening files in new windows. not working yet
2023-03-25 Ben SoaresJAL-629 improvements to argparser toString. Improvement...
2023-03-23 Ben SoaresJAL-629 refactor ArgParser and helper classes all to...
2023-03-17 Ben SoaresJAL-629 All applications System.exits going through...
2023-03-15 Ben SoaresJAL-629 Commands more objecty, less classy. FileLoader...
2023-03-08 Ben SoaresJAL-629 --close individually for each AlignFrame opened...
2023-03-08 Ben SoaresJAL-629 Fix --headless for new args. Fix progressbar...
2023-03-03 Ben SoaresJAL-629 Improved consistency of ArgParser classes ...
2023-03-02 Ben SoaresJAL-629 Some refactoring to allow more flexible use...
2023-02-28 Ben SoaresJAL-629 Firm up bootstrapArgs. Correct '-colour' in...
2023-02-27 Ben SoaresJAL-629 Fix Exceptions when running with CLI not headless
2023-02-27 Ben SoaresJAL-629 removed debug prints. added .cif. added some...
2023-02-24 Ben SoaresJAL-629 Made ArgValuesMap helper class, simplifies...
2023-02-23 Ben SoaresJAL-629 bootstrap args and properties. Remember index...
2023-02-03 Ben SoaresJAL-629 Fasta sequence id reading whitespace fix. Flexi...
2023-01-26 Ben SoaresJAL-629 adjust arg type for tempfac-shading -- was...
2023-01-24 James ProcterJAL-629 hacked in --tempfac-shading - hardcoded to...
2023-01-24 James ProcterJAL-629 suggest not breaking out of the structure proce...
2023-01-24 James ProcterJAL-629 don’t carry on Jalview.main if we’ve already...
2023-01-24 James ProcterJAL-629 don’t trash user’s system property file when...
2023-01-24 James ProcterJAL-629 labelled breaks are frowned upon by everyone
2023-01-23 Ben SoaresJAL-629 Attempts to add PAE to structure. --headless...
2023-01-18 Ben SoaresJAL-629 make sequence id key 'seqid'
2023-01-11 Ben SoaresJAL-629 refactoring TFType. Remove i18n identification...
2022-12-19 Ben SoaresJAL-629 Add image output and quit
2022-12-15 Ben SoaresJAL-629 move SubId to more logical place. Attempt remov...
2022-12-14 Ben SoaresJAL-629 Open Structure Viewer from cmdline
2022-12-09 Ben SoaresJAL-629 null check, fixed tests!
2022-12-08 Ben SoaresJAL-629 stray code deleted
2022-12-08 Ben SoaresJAL-629 Allow attachment of pAE file to a particular...
2022-12-05 Ben SoaresJAL-629 implementation of --tempfac options
2022-11-23 Ben SoaresJAL-629 Doing things with the command line arguments