Skip to content

Instantly share code, notes, and snippets.

View mdondrup's full-sized avatar

Michael Dondrup mdondrup

  • University of Bergen
  • Bergen, Norway
View GitHub Profile
Run in single end mode:
========== _____ _ _ ____ _____ ______ _____
===== / ____| | | | _ \| __ \| ____| /\ | __ \
===== | (___ | | | | |_) | |__) | |__ / \ | | | |
==== \___ \| | | | _ <| _ /| __| / /\ \ | | | |
==== ____) | |__| | |_) | | \ \| |____ / ____ \| |__| |
========== |_____/ \____/|____/|_| \_\______/_/ \_\_____/
v1.5.2
//========================== featureCounts setting ===========================\\
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>miRDeep2</title>
<!-- CSS code -->
<style type="text/css">
body{
font: .75em Arial,sans-serif;
background: #FFFFFF;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>miRDeep2</title>
<!-- CSS code -->
<style type="text/css">
body{
font: .75em Arial,sans-serif;
background: #FFFFFF;
package RangeTree;
use strict;
use warnings;
use Set::IntervalTree;
sub new {
my $class = shift;
my $self = {}; # container is a hash with seqnames as keys