# HG changeset patch # User davidvanzessen # Date 1410164644 14400 # Node ID 8b46fca0459548608e3120c886600511d3532a1d # Parent 3287f7b9c47d52ff24c043f9077d37b554d78ded Uploaded diff -r 3287f7b9c47d -r 8b46fca04595 complete.sh --- 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 "Sample $count of patient $id is a zip file, using IMGT Loader" >> $html fileName=$(basename $current) - imgtConvert $current $id $count $parsedFileName "${id}_${count}" & + imgtConvert $current $id $count $parsedFileName "${id}_${count}" #& else echo "Sample $count of patient $id is not a zip file, using igBLASTn" >> $html blastAndParse $current $id $count $fileName $parsedFileName &