diff mutspecNmf_wrapper.sh @ 5:097ae310ced0 draft

Uploaded
author iarc
date Fri, 29 Apr 2016 05:14:23 -0400
parents 916846f73e25
children 46a10309dfe2
line wrap: on
line diff
--- a/mutspecNmf_wrapper.sh	Fri Apr 29 05:11:28 2016 -0400
+++ b/mutspecNmf_wrapper.sh	Fri Apr 29 05:14:23 2016 -0400
@@ -3,7 +3,7 @@
 #########################################
 ###     SPECIFY THE NUMBER OF CPU     ###
 #########################################
-cpu=8
+cpu=1
 
 
 
@@ -13,7 +13,7 @@
 source=$1;shift
 input=$1
 
-if [[ $source == "html" ]] 
+if [[ $source == "html" ]]
 then input=${input%%.*}_files/Mutational_Analysis/Figures/Input_NMF/Input_NMF_Count.txt
 fi
 
@@ -44,7 +44,7 @@
 else
 	echo "<td> <center> <a href="NMF/Figures/Heatmap_MixtureCoeff.png">" >> $html
 	echo "<img src="NMF/Figures/Heatmap_MixtureCoeff.png" /></a> <center> </td>" >> $html
-fi	
+fi
 echo "</tr>" >> $html
 echo "</table>" >> $html