From: martinahansen Date: Fri, 29 Aug 2008 06:51:02 +0000 (+0000) Subject: added remove_adaptor biopiece X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5dea614d653f2e8e318175135d1daed8218c25fb;p=biopieces.git added remove_adaptor biopiece git-svn-id: http://biopieces.googlecode.com/svn/trunk@231 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/remove_adaptor b/bp_bin/remove_adaptor new file mode 100755 index 0000000..4cd1d44 --- /dev/null +++ b/bp_bin/remove_adaptor @@ -0,0 +1,6 @@ +#!/usr/bin/env perl + +use warnings; +use strict; + +use Maasha::Biopieces;