Opened 17 years ago
Closed 16 years ago
#94 closed defect (fixed)
The automated arb_probe output file return values of weighted mismatch that do not consider mismatch's position
Reported by: | guest | Owned by: | meierh |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | no idea | Version: | beta-2003-2006 |
Keywords: | arb_probe | Cc: |
Description
The automated arb_probe output file return values of weighted mismatch that do not consider mismatch's position.
#!/bin/bash
PARAMS='serverid=2 matchmismatches=1'
match() { echo "Matching $1" arb_probe $PARAMS matchsequence=$1 }
match_all() { match CCTCAGTACGAA match AACCGGTTAACC match ACTGACTGGGCU match ACCTGGACTTTT }
match_all | sed -e 's∧x01∧x0a/g'
Change History (2)
comment:1 Changed 16 years ago by meierh
- Owner changed from devel to meierh
comment:2 Changed 16 years ago by meierh
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
not observed in svn-version 5954: