" >> $output
+ echo "" >> $output
while IFS=, read from a c g t
do
echo "| $from | $a | $c | $g | $t | " >> $output
@@ -308,7 +307,7 @@
echo "All | " >> $output
echo " | " >> $output
echo " | " >> $output
-echo "" >> $output
+echo "" >> $output
while IFS=, read from a c g t
do
echo "| $from | $a | $c | $g | $t | " >> $output
@@ -358,7 +357,8 @@
echo "" >> $output
-echo " " >> $output
+echo "" >> $output
+echo "| info | link | " >> $output
echo "| The complete dataset | Download | " >> $output
echo "| The alignment info on the unmatched sequences | Download | " >> $output
echo "| Motif data per sequence ID | Download | " >> $output
@@ -367,7 +367,7 @@
echo "| Absent AA location data per sequence ID | Download | " >> $output
echo "| CDR1+FR2+CDR2+FR3+CDR3 sequences that show up more than once | Download | " >> $output
echo "| Base count for every sequence | Download | " >> $output
-echo "| Baseline PDF (http://selection.med.yale.edu/baseline/) | Download | " >> $output
+echo "| Baseline PDF (http://selection.med.yale.edu/baseline/) | Download | " >> $output
echo "| Baseline data | Download | " >> $output
echo "| Baseline ca PDF | Download | " >> $output
echo "| Baseline ca data | Download | " >> $output
| | |