From 1012c0042ce7f77223481dc081830cef0a62e9af Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 11 Nov 2008 10:16:03 +0000 Subject: [PATCH] added ucscMakeTracks -b run to remove_ucsc_tracks git-svn-id: http://biopieces.googlecode.com/svn/trunk@308 74ccb610-7750-0410-82ae-013aeee3265d --- code_perl/Maasha/Biopieces.pm | 2 ++ 1 file changed, 2 insertions(+) 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" ); } -- 2.39.5