Skip to content

Commit

Permalink
fix bug for mac compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Servant committed Jul 3, 2015
1 parent e697c13 commit 41e643b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/HiC-Pro
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,12 @@ done
# esac
# shift
# done
echo $INPUT
echo $OUTPUT
echo $CONF

if [[ -z $INPUT || -z $OUTPUT || -z $CONF ]]; then
usage
exit
fi
exit

## Set PATHS
BIN_PATH=`dirname $0`
ABS_BIN_PATH=`cd "$BIN_PATH"; pwd`
Expand Down

0 comments on commit 41e643b

Please sign in to comment.