Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 436 (100.0%) | 16.7 |
westram | 25 (96.2%) | 436 (100.0%) | 17.4 |
baderk | 1 (3.8%) | 0 (0.0%) | 0.0 |
* reintegrates 'mix' into 'trunk'
* prepare arb for hybrid svn/git use (central svn + local git)
* adds: log:branches/mix@17631:17633
1 lines of code changed in 1 file:
* rewrote genome importer
* remove redundant 'translation' entries of genes during import
* whole code is using
- 'pos_start' instead of 'pos_begin*'
- 'pos_stop' instead of 'pos_end*'
- 'pos_certain' instead of 'pos_uncertain*'
- 'pos_complement' instead of 'complement'
* convert gene locations in old genome DBs into new format
* added several gene functions to ARBDB
- GEN_create_nonexisting_gene...()
- GEN_find_or_create_gene..()
- GEN_global_gene_identifier()
* added code to handle gene locations into ARBDB (type GEN_position represents every flavour of a Genbank/EMBL feature location)
* added GBT_write_byte()
* rewrote GBT_read_gene_sequence() (adding GBT_read_gene_sequence_and_length)
* changed codon tables according to NCBI code info
- added start codon(s) for code 3, 9, 13
- changed code names
* when importing to a new DB, reset DB type if import fails (before ARB had to be restarted, after one try with wrong genome/non-genome import)
4 lines of code changed in 1 file:
Removed .cvsignore files from repository. Hopefully this time all svn:ignore flags were set right.
0 lines of code changed in 1 file:
- TAB-Ex
10 lines of code changed in 2 files:
*** empty log message ***
3 lines of code changed in 1 file:
*** empty log message ***
76 lines of code changed in 2 files:
*** empty log message ***
1 lines of code changed in 1 file:
fixes for compiling Solaris debugging version
1 lines of code changed in 1 file:
*** empty log message ***
64 lines of code changed in 3 files:
now a link to a help file
0 lines of code changed in 1 file:
*** empty log message ***
99 lines of code changed in 4 files:
* test.mask: - added 'CHANGEMASK'
14 lines of code changed in 1 file:
* format.readme: - added 'NUMFIELD''
- added 'STARTMASK'
- changes 'STARTMASK' -> 'OPENMASK'
- added 'CHANGEMASK'
16 lines of code changed in 1 file:
* expert.mask: - copy from test.mask
- added 'NUMFIELD'
34 lines of code changed in 1 file:
changes for user-masks (radio-buttons, survives deletes, etc.)
73 lines of code changed in 3 files:
*** empty log message ***
40 lines of code changed in 2 files: