Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

open input files once

by v15 (Sexton)
on Jul 14, 2020 at 04:55 UTC ( [id://11119283]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    chr10    94055    94554    2    2    1    1    0    23
    chr10    95850    122380    2    2    1    1    0    15
    ...
    chr10    255989    267134    1    1    1    65    0    25
    chr10    255989    282777    1    1    1    14    0    23
    chr10    264440    267134    1    1    1    1    0    25
    
  2. or download this
    chr10    94055    94554    2    2    1    1    0    21
    chr10    94055    94743    2    2    1    1    0    20
    ...
    chr10    255989    267134    1    1    1    29    0    24
    chr10    255989    282777    1    1    1    15    0    23
    chr10    267297    282777    1    1    1    44    0    24
    
  3. or download this
    chr    fivep    threep    strand    file1.tab    file2.tab
    chr10    181500    225933    -    15    7
    ...
    chr10    94055    94743    -    0    1
    chr10    255989    267134    -    65    29
    chr10    181243    196457    -    1    0
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
            print join("\t",$chr,$fivep,$threep,"-",@{$output{$chr."\t".$f
    +ivep."\t".$threep."\t".$strand}} ),"\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (8)
As of 2024-04-23 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found