Skip to content

Commit

Permalink
sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Dec 9, 2022
1 parent 54f5ee5 commit 9b754cb
Show file tree
Hide file tree
Showing 37 changed files with 6,085,718 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cassava/SensitiveCassava.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
#
THRESHOLD=" 1.0 ";
#
# ------------------------------------------------------------------------------
#
for((x=1;x<=18;++x));
do
echo "Running $x ...";
echo "[H1] ...";
./AlcoR mapper -v --hide --threshold $THRESHOLD --ignore 5 --dna -w 10 -m 14:50:0:1:10:0.9/3:10:0.9 -m 13:50:5000:1:10:0.9/3:10:0.9 -k -o masked-H1_C$x.fa H1_C$x.fa > positions-h1-$x.txt
echo "[H2] ...";
./AlcoR mapper -v --hide --threshold $THRESHOLD --ignore 5 --dna -w 10 -m 14:50:0:1:10:0.9/3:10:0.9 -m 13:50:5000:1:10:0.9/3:10:0.9 -k -o masked-H2_C$x.fa H2_C$x.fa > positions-h2-$x.txt
done
#
# ------------------------------------------------------------------------------
#
Loading

0 comments on commit 9b754cb

Please sign in to comment.