Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Dec 2, 2019
1 parent 98b6d74 commit 101c933
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions profiles/JARVIS_profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
# | |
# | FILE NEEDED TO THE COMPUTATION: |
# | |
# | $1 > FILE WITH THE GENOMES ID |
# | $1: FILE WITH THE GENOME IN FASTA |
# | |
# ==============================================================================
#
# ==============================================================================
# ================================ DEFINITIONS =================================
#
LEVEL="5";
#
GET_GTO=0;
GET_JARVIS=1;
RUN_COMPARISON=1;
Expand Down Expand Up @@ -50,8 +52,8 @@ if [[ "$RUN_COMPARISON" -eq "1" ]];
WINDOW_SIZE=`echo "$LENGTH / 285" | bc`;
echo "WINDOW SIZE: $WINDOW_SIZE";
#
./JARVIS -v -l 5 -e SEQ
./JARVIS -v -l 5 -e SEQ_R
./JARVIS -v -l $LEVEL -e SEQ
./JARVIS -v -l $LEVEL -e SEQ_R
#
gto_upper_bound -u 2 < SEQ.iae > SEQ_UB
gto_upper_bound -u 2 < SEQ_R.iae > SEQ_R_UB
Expand Down

0 comments on commit 101c933

Please sign in to comment.