X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=PrintRScript.py;h=037c5598a68eeb8165c2075805d919755127d052;hp=8e54bf42bcfc315eb0b92648fd8dbd39aa4c02c4;hb=0926e09cbfbd5c0d1bc654059a64924364d2b332;hpb=e1096f8c3931cb999117c3a7eab4cee9f9224a1b diff --git a/PrintRScript.py b/PrintRScript.py index 8e54bf4..037c559 100644 --- a/PrintRScript.py +++ b/PrintRScript.py @@ -1210,6 +1210,6 @@ class TgenSpecScript(PrintRScript): colnames(result) <- colnames(tgen) row.names(result) <- rownames(tgen) write.table(result, file = "%s", sep='\\t', col.names = NA) - """ % self.pathout['tgenspec.csv'] + """ % ffr(self.pathout['tgenspec.csv']) self.add(txt)