Mercurial > repos > davidvanzessen > complete_immunerepertoire_igg
diff complete.sh @ 6:8b46fca04595 draft
Uploaded
author | davidvanzessen |
---|---|
date | Mon, 08 Sep 2014 04:24:04 -0400 |
parents | 3287f7b9c47d |
children | a9053212a462 |
line wrap: on
line diff
--- a/complete.sh Fri Sep 05 04:19:58 2014 -0400 +++ b/complete.sh Mon Sep 08 04:24:04 2014 -0400 @@ -59,7 +59,7 @@ then echo "<tr><td>Sample $count of patient $id is a zip file, using IMGT Loader</td></tr>" >> $html fileName=$(basename $current) - imgtConvert $current $id $count $parsedFileName "${id}_${count}" & + imgtConvert $current $id $count $parsedFileName "${id}_${count}" #& else echo "<tr><td>Sample $count of patient $id is not a zip file, using igBLASTn</td></tr>" >> $html blastAndParse $current $id $count $fileName $parsedFileName &