# HG changeset patch # User davidvanzessen # Date 1424781036 18000 # Node ID 0940835d259c06c0aecdcd2e26421d5cbd2c705f # Parent b662fdc7eff4d21c273c957b4b84dbbc9cb2faea Uploaded diff -r b662fdc7eff4 -r 0940835d259c wrapper.sh --- a/wrapper.sh Mon Feb 23 10:37:28 2015 -0500 +++ b/wrapper.sh Tue Feb 24 07:30:36 2015 -0500 @@ -186,6 +186,7 @@ echo "
Ig/TCR gene rearrangement type | Proximal gene segment | Distal gene segment | Cut off value | Number of sequences ${patient}_All | Number of sequences_$sample1 | Number of sequences_$sample2 | Number of sequences_$sample3 | Number of sequences_${sample1}_${sample2} | Number of sequences_${sample1}_${sample3} | Number of sequences_${sample2}_${sample3} | " >> "$html" echo "" >> "$html" + scatterplot_tab="${one_two} | " >> "$html" + echo "${one_two} | " >> "$html" else echo "${one_two} | " >> "$html" fi if [ "${one_three}" != "0" ] && [ "$cut_off_value" != "0" ] ; then - echo "${one_three} | " >> "$html" + echo "${one_three} | " >> "$html" else echo "${one_three} | " >> "$html" fi if [ "${two_three}" != "0" ] && [ "$cut_off_value" != "0" ] ; then - echo "${two_three} | " >> "$html" + echo "${two_three} | " >> "$html" else echo "${two_three} | " >> "$html" fi echo "" >> "$html" - oldLocus="$locus" + oldLocus="$locus" + if [ "${cut_off_value}" == "0" ] ; then + scatterplot_tab="${scatterplot_tab}
---|
Ig/TCR gene rearrangement type | Proximal gene segment | Distal gene segment | Cut off value | Number of sequences ${patient}_All | Number of sequences_$sample1 | Number of sequences_$sample2 | Number of sequences_$sample3 | Number of sequences_${sample1}_${sample2} | Number of sequences_${sample1}_${sample3} | Number of sequences_${sample2}_${sample3} | " >> "$html" echo "" >> "$html" + scatterplot_tab="${one_two} | " >> "$html" + echo "${one_two} | " >> "$html" else echo "${one_two} | " >> "$html" fi if [ "${one_three}" != "0" ] && [ "$cut_off_value" != "0" ] ; then - echo "${one_three} | " >> "$html" + echo "${one_three} | " >> "$html" else echo "${one_three} | " >> "$html" fi if [ "${two_three}" != "0" ] && [ "$cut_off_value" != "0" ] ; then - echo "${two_three} | " >> "$html" + echo "${two_three} | " >> "$html" else echo "${two_three} | " >> "$html" fi echo "" >> "$html" oldLocus="$locus" + if [ "${cut_off_value}" == "0" ] ; then + scatterplot_tab="${scatterplot_tab}
---|