changeset 7:6f20d6bc1dd3 draft default tip

planemo upload commit b5238645b0390bc72071841b6af1eba8fdc24ab1
author anmoljh
date Sat, 26 May 2018 17:49:59 -0400
parents 384e9977e116
children
files modelBuilding.py model_building.xml templateLibrary.py tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/modelBuilding.py	Sat May 26 17:13:48 2018 -0400
+++ b/modelBuilding.py	Sat May 26 17:49:59 2018 -0400
@@ -160,6 +160,7 @@
 	import os
 	os.system('R CMD Sweave result-doc.Rnw  > cmd.log.1 2>&1')
 	os.system('R CMD pdflatex result-doc.tex > cmd.log.2 2>&1')
+	os.system('R CMD pdflatex result-doc.tex > cmd.log.2 2>&1')
 	args = __inputArguments()
 
         from string import Template