Skip to content

Instantly share code, notes, and snippets.

@reyjrar
reyjrar / New-iTerm-Window.scpt
Created February 8, 2012 13:14
AppleScript to Open a New iTerm Window and bring it to the front
(*
* New-iTerm-Window.scpt
*
* Intended for use with QuickSilver
* I mapped option-y to running this script to create
* a new iTerm window on the current workspace
*
* Based on much Googling - very little "original" code here
* Comments/Suggestions to [email protected]
*)
@epaule
epaule / cufflinks2hints.pl
Last active September 27, 2015 05:08
Cufflinks FTP to Agustus hints GFF conversion (exon|intron|ep)
#!/usr/bin/env perl
#
# convert cufflinks GTF into a Augustus hintfile
#
# seq source ep|exon|intron start stop score +/- phase grp=ID; src=E
my %transcripts;
while(<>){
next unless /Cufflinks\s+exon.*transcript_id/;