Last change
on this file was
7986,
checked in by westram, 13 years ago
|
- PT-SERVER
- allow to specify amount+limit where N is accept
- moved hardcoded PT_MAX_MATCHES into AISC interface as parameter (with same limit)
- added links to information related to MAGIC_NUMBER
- maintain a list of previously used MAGIC_NUMBERs
- AISC parameters
- removed unused parameter MATCH_MAX_SPECIES
- added new parameters MATCH_MAX_HITS, MATCH_N_ACCEPT, MATCH_N_LIMIT
- defaulted them to previously hardcoded limits
- parametrized set_table_for_PT_N_mis() using MATCH_N_ACCEPT + MATCH_N_LIMIT
- protect vs illegal index into psg.N_mismatches
- arb_probe
- fixed commandline parser (no longer modifies passed argv)
- added new parameters matchacceptN, matchlimitN + matchmaxresults
- added some unit tests
- testing N-matches (in match-string and/or seqdata)
- testing truncation of results
|
File size:
401 bytes
|
Line | |
---|
1 | |
---|
2 | List of previously used magics |
---|
3 | ------------------------------ |
---|
4 | |
---|
5 | Note: Never reuse old magics! (MAGIC_NUMBER) |
---|
6 | |
---|
7 | PTSERVER: (see ../../PROBE_COM/PT.aisc@MAGIC_NUMBER) |
---|
8 | 0x615054 (used since [7986]) |
---|
9 | 0x415054 (used since [7414]) |
---|
10 | 0x471100 (used since [2]) |
---|
11 | |
---|
12 | NAMESERVER: (see ../../NAMES_COM/names.aisc@MAGIC_NUMBER) |
---|
13 | 0x414e53 (used since [7414]) |
---|
14 | 0x927289 (used since [2]) |
---|
Note: See
TracBrowser
for help on using the repository browser.