[Seqinr-commits] r1956 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 21 14:26:42 CEST 2016


Author: jeanlobry
Date: 2016-06-21 14:26:42 +0200 (Tue, 21 Jun 2016)
New Revision: 1956

Modified:
   pkg/R/write.fasta.R
Log:
typo

Modified: pkg/R/write.fasta.R
===================================================================
--- pkg/R/write.fasta.R	2016-06-21 09:01:47 UTC (rev 1955)
+++ pkg/R/write.fasta.R	2016-06-21 12:26:42 UTC (rev 1956)
@@ -8,7 +8,7 @@
   #
   # Function to write one sequence in output file:
   #
-  write.oneseq<-function(sequence, name, nbchar, as.string){
+  write.oneseq <- function(sequence, name, nbchar, as.string){
     writeLines(paste(">", name, sep = ""), outfile)
     if(as.string) sequence <- s2c(sequence)
     l <- length(sequence)



More information about the Seqinr-commits mailing list