]> git.donarmstrong.com Git - biopieces.git/commitdiff
added ugly hack to assemble_tag_contigs
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 18 Sep 2009 06:27:40 +0000 (06:27 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 18 Sep 2009 06:27:40 +0000 (06:27 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@673 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/assemble_tag_contigs

index 9b605efbbb43e8cc92767662f8153dddd0f1367b..b49372718f1d7e26b37de779de3a97f937ff0778 100755 (executable)
@@ -48,6 +48,8 @@ $options = Maasha::Biopieces::parse_options(
 $in  = Maasha::Biopieces::read_stream( $options->{ "stream_in" } );
 $out = Maasha::Biopieces::write_stream( $options->{ "stream_out" } );
 
+`cd "$ENV{ BP_C }/Maasha/src" && make`; # FIXME OMG this is crufty!
+
 $tmp_dir = Maasha::Biopieces::get_tmpdir();
     
 $bed_file = "$tmp_dir/assemble_tag_contigs.bed";