From cea43bf2d04afccde4c275170f448a499c5f3256 Mon Sep 17 00:00:00 2001 From: pierre Date: Sun, 14 Sep 2014 15:52:35 +0200 Subject: [PATCH] ... --- PrintRScript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrintRScript.py b/PrintRScript.py index 757bd1e..b0e64b9 100644 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -1189,7 +1189,7 @@ class TgenSpecScript(PrintRScript): self.packages(['textometry']) txt = """ tgen <- read.csv2("%s", row.names = 1, sep = '\\t') - """ % self.parametres['tgeneff'] + """ % ffr(self.parametres['tgeneff']) txt += """ tot <- tgen[nrow(tgen), ] result <- NULL -- 2.7.4