# HG changeset patch
# User davidvanzessen
# Date 1462780598 14400
# Node ID c5c86d15cb94306f4788387ea44aee87e80e0bd8
# Parent becea91089ed44623660dfea15052e42db8f7d04
Uploaded
diff -r becea91089ed -r c5c86d15cb94 sequence_overview.r
--- a/sequence_overview.r Mon May 09 03:45:39 2016 -0400
+++ b/sequence_overview.r Mon May 09 03:56:38 2016 -0400
@@ -38,6 +38,7 @@
tbl = function(df) { res = "
"; for(i in 1:nrow(df)){ res = paste(res, tr(df[i,]), sep=""); }; res = paste(res, "
"); }
cat("", file=main.html, append=F)
+cat("CDR1+CDR2+CDR3+FR2+FR3 sequences that show up more than once", file=main.html, append=T)
cat("Sequence | ca1 | ca2 | cg1 | cg2 | cg3 | cg4 | cm |
", file=main.html, append=T)
for(i in 1:nrow(dat)){
diff -r becea91089ed -r c5c86d15cb94 wrapper.sh
--- a/wrapper.sh Mon May 09 03:45:39 2016 -0400
+++ b/wrapper.sh Mon May 09 03:56:38 2016 -0400
@@ -164,6 +164,7 @@
echo "mutations by id
" >> $output
echo "AA mutations location by id
" >> $output
echo "Absant AA locations by id
" >> $output
+echo "Sequence Overview
" >> $output
echo "---------------- images ----------------"