Skip to content

Commit 101c933

Browse files
committed
small fix
1 parent 98b6d74 commit 101c933

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

profiles/JARVIS_profiles.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
# | |
1010
# | FILE NEEDED TO THE COMPUTATION: |
1111
# | |
12-
# | $1 > FILE WITH THE GENOMES ID |
12+
# | $1: FILE WITH THE GENOME IN FASTA |
1313
# | |
1414
# ==============================================================================
1515
#
1616
# ==============================================================================
1717
# ================================ DEFINITIONS =================================
1818
#
19+
LEVEL="5";
20+
#
1921
GET_GTO=0;
2022
GET_JARVIS=1;
2123
RUN_COMPARISON=1;
@@ -50,8 +52,8 @@ if [[ "$RUN_COMPARISON" -eq "1" ]];
5052
WINDOW_SIZE=`echo "$LENGTH / 285" | bc`;
5153
echo "WINDOW SIZE: $WINDOW_SIZE";
5254
#
53-
./JARVIS -v -l 5 -e SEQ
54-
./JARVIS -v -l 5 -e SEQ_R
55+
./JARVIS -v -l $LEVEL -e SEQ
56+
./JARVIS -v -l $LEVEL -e SEQ_R
5557
#
5658
gto_upper_bound -u 2 < SEQ.iae > SEQ_UB
5759
gto_upper_bound -u 2 < SEQ_R.iae > SEQ_R_UB

0 commit comments

Comments
 (0)