From b73ae76d903061d4d0d4a1bde0f23c5223b5fc40 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Fri, 18 Sep 2009 06:27:40 +0000 Subject: [PATCH] added ugly hack to assemble_tag_contigs git-svn-id: http://biopieces.googlecode.com/svn/trunk@673 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/assemble_tag_contigs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bp_bin/assemble_tag_contigs b/bp_bin/assemble_tag_contigs index 9b605ef..b493727 100755 --- a/bp_bin/assemble_tag_contigs +++ b/bp_bin/assemble_tag_contigs @@ -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"; -- 2.39.2