Skip to content

Commit bf119ee

Browse files
committed
Fix merge
1 parent f67b270 commit bf119ee

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

bin/quantileFilter

-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
<<<<<<< HEAD
2-
#!/bin/bash
3-
VERSION=0.0.1
4-
BIN=`dirname $0`
5-
BASE=$BIN/../
6-
HADOOP=$HADOOP_HOME/bin/hadoop
7-
if test ! -f $HADOOP; then
8-
HADOOP=`which hadoop`
9-
if test ! -f $HADOOP; then
10-
echo Missing hadoop executable, please put it in the path or set the HADOOP_HOME variable.
11-
exit
12-
fi
13-
fi
14-
15-
$HADOOP jar $BASE/target/bioseq-$VERSION.jar com.lifetech.hadoop.bioseq.transform.QuantileFilter -libjars $BASE/target/lib/uncommons-maths-1.2.2.jar $*
16-
17-
=======
181
BIN=`dirname $0`
192

203
source $BIN/common.sh
@@ -34,4 +17,3 @@ echo $BIN/seqfile2fasta -i $FILTERED -o $FILTERED-fasta
3417
echo "$HADOOP dfs -cat $FILTERED-fasta/fasta* > $OUTPUT.fasta"
3518
echo "$HADOOP dfs -cat $FILTERED-fasta/qual* > $OUTPUT.qual"
3619

37-
>>>>>>> 96d0740ff5d04e74282d3ea20f8e91523779d031

0 commit comments

Comments
 (0)