Skip to content

Instantly share code, notes, and snippets.

View arcolombo's full-sized avatar

Anthony R. Colombo arcolombo

View GitHub Profile
@arcolombo
arcolombo / psl_to_bed_best_score.pl
Created October 2, 2015 00:44 — forked from davetang/psl_to_bed_best_score.pl
A more documented version of my psl_to_bed_best_score.pl script at http://davetang.org/wiki/tiki-index.php?page=Blat.
#!/bin/env perl
use strict;
use warnings;
=head1 NAME
This scripts converts a psl file into a bed file written by Dave Tang.
=head1 SYNOPSIS