From: martinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Date: Tue, 11 Nov 2008 10:16:03 +0000 (+0000)
Subject: added ucscMakeTracks -b run to remove_ucsc_tracks
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1012c0042ce7f77223481dc081830cef0a62e9af;p=biopieces.git

added ucscMakeTracks -b run to remove_ucsc_tracks

git-svn-id: http://biopieces.googlecode.com/svn/trunk@308 74ccb610-7750-0410-82ae-013aeee3265d
---

diff --git a/code_perl/Maasha/Biopieces.pm b/code_perl/Maasha/Biopieces.pm
index fc7cd05..a09f78e 100644
--- a/code_perl/Maasha/Biopieces.pm
+++ b/code_perl/Maasha/Biopieces.pm
@@ -5138,6 +5138,8 @@ sub script_remove_ucsc_tracks
     }
 
     Maasha::SQL::disconnect( $dbh );
+
+    Maasha::Common::run( "ucscMakeTracks.pl", "-b > /dev/null 2>&1" );
 }