Changeset 6668 for trunk/PROBE_COM/PT.aisc
- Timestamp:
- 26/05/10 19:01:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/PROBE_COM/PT.aisc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PROBE_COM/PT.aisc
r6375 r6668 172 172 double, wmismatches, t, r, , WMISMATCHES, 16, , (~number of weighted mismatches~); 173 173 int, N_mismatches, t, r, , N_MISMATCHES, 17, , (~number of 'N' mismatches~); 174 int, is_member, t, r, , IS_MEMBER, 18, , (~member of group~);174 # int, is_member, t, r, , IS_MEMBER, 18, , (~member of group~); 175 175 double, dt, t, r, , DT, 19, , (~the dt of a probe~); 176 176 char, sequence, l, r, , SEQUENCE, 22, , (~path of probe~); … … 178 178 # aisc_string,get_match_hinfo,%, r, , INFO_HEADER, 26, , (~the combined info text of _one_ probe match (header)~); 179 179 # aisc_string,get_match_info, %, r, , INFO, 27, , (~the combined info text of _one_ probe match~); 180 aisc_string,get_match_overlay,%, r, , OVERLAY, 28, , (~ascii visualization of match~); 180 181 }; 181 182
