Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gao Yan committed Apr 6, 2016
1 parent e303657 commit d0260b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gem/gem_map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
CMD_PATH=`dirname $0`
GEM_DIR=$CMD_PATH

#if [ $# -ne 7 ]
#if [ $# -ne 8 ]
#then
# echo -e usage:
# echo -e $0 ref.fa read.fa mis_rate edit_distance min_match_bases max_matches_per_read thread_n
# echo -e $0 ref.fa read.fa mis_rate edit_distance min_match_bases max_matches_per_read thread_n fast-mapping
# exit 1
#fi

Expand All @@ -25,7 +25,6 @@ mismatch=$3
edit_distance=$4
indel_length=3
min_match_bases=$5
#max_matches=200
max_matches=$6
min_strata=0
thread_n=$7
Expand Down

0 comments on commit d0260b7

Please sign in to comment.