Question: sum all but first 500 lines
    
    0
        
Brad Langhorst • 100 wrote:
I'd like to make a genome coverage distribution plot using the X-Y plotting tool
X = coverage depth
Y = fraction of reads at coverage depth.
I'd like to sum up all the coverage beyond 500X and consider that 500X+ to avoid a very wide X axis.
I can cut off the first 500 lines in galaxy, but I don't see how to retain the remaining lines for me to operate on.
Any ideas?
I could do this with a little script, but I'm wondering about how to do this with the galaxy native tools.
    ADD COMMENT
    • link
    
    
        
        •
        
            
            
        
    
    
            
            modified 4.6 years ago
            
                by 
Bjoern Gruening ♦ 5.1k
            
            •
        
        written 
        4.6 years ago by 
Brad Langhorst • 100
    
            
Nice! Thanks for sharing!