R/callTNT.R

dataMatrix       <- "tnt p tmpPAE.mtr \\; col 2 \\;"
searchCommands   <-  "mult \\;"
close            <-  "nel* \\; taxname = \\; ts* tmpPAE.tre \\; save / \\; quit \\;"
total            <-   
paste(dataMatrix,
      searchCommands,
      close,
      sep=" ")

total
t<- system(total,intern = T, ignore.stdout = T, ignore.stderr = T)
Dmirandae/marti documentation built on Nov. 20, 2019, 6:36 p.m.