Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Find duplicate based on specific fields while allowing 2 mismatch

by kcott (Archbishop)
on Aug 28, 2017 at 09:17 UTC ( [id://1198139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    chrM:309    1   TCAGGGTG    106
    chrM:309    2   TCAGGGTG    130
    chrM:309    2   TCAGGGTG    129
    
  2. or download this
    CLUSTER
    chrM:307    1   TCAGGGTG    106
    ...
    chrM:309    0   AGCGGGGA    129
    chrM:309    0   AGCGGGGA    130
    chrM:309    0   AGCGGGGA    129
    
  3. or download this
    ... map { ... } sort { ... } map { ... } ...
    
  4. or download this
    CLUSTER
    chrM:307    1    TCAGGGTG    106
    ...
    chrM:309    0    AGCGGGGA    130
    chrM:309    0    AGCGGGGA    129
    CLUSTER
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1198139]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-19 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found