File: README

package info (click to toggle)
emboss 6.6.0%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 571,544 kB
  • sloc: ansic: 460,579; java: 29,439; perl: 13,573; sh: 12,754; makefile: 3,283; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (62 lines) | stat: -rw-r--r-- 1,910 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Jemboss - An Interface To EMBOSS

Copyright (C) 2002 Tim Carver

Jemboss is a Java interface to EMBOSS, developed at
the HGMP-RC and in close collaboration with the EMBOSS
development team. It is distributed as part of the EMBOSS
software.

Documentation on Jemboss can be found at:
http://emboss.sourceforge.net/Jemboss/

It is possible to setup, using the code in the Jemboss 
distribution, a Jemboss server for your own site. All
documentation to do with setting up a client or a server
can be found at: 
http://emboss.sourceforge.net/Jemboss/install/setup.html

This is an on-going development and comments and suggestions
are welcome.

Tim Carver   tjc@sanger.ac.uk


Change Log:
---------------------------------------------------
January 2010

 * Integrated Jalview editor upgraded to the latest JalviewLite (version 2.4)
  
30-June-2009
 
 * better integration with EMBOSS makefiles,
   standalone jemboss installed by default when emboss installed

03-July-2008

 * Jemboss and BuildProgramMenu classes were refactored with GUI improvements

24-Jun-2008

 * context sensitive popup menu items in remote and local file managers
 
20-Jun-2008

  * When the user.home property has its default value and the operating system
    is windows jemboss user-home directory is set to ${EMBOSS_ROOT}\${user.name},
    similarly the jemboss results-home directory is set to
    ${EMBOSS_ROOT}\${user.name}\results\

18-Jun-2008

  * "Save between Jemboss sessions" option is now selected by default
  
  * fixed a problem with saving the "results.home" property
        
  * loading and storing jemboss.properties files was updated by
    using functions from java.util.Properties class
             
  * replaced the "Calculate sequence attributes" menu option
    by "Get sequence lengths automatically" checkbox in SequenceList frame,
    (sequence lengths are not calculated if the entry is an existing file)