Mercurial > repos > mvdbeek > r_goseq_1_22_0
diff get_length_and_gc_content.r @ 16:8ce951313688 draft
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/goseq_1_22_0 commit fdd0811efc61c31f88ff17096fbe8ee8cfacd766-dirty
author | mvdbeek |
---|---|
date | Thu, 25 Feb 2016 08:49:20 -0500 |
parents | ea84562a5115 |
children |
line wrap: on
line diff
--- a/get_length_and_gc_content.r Thu Feb 25 07:24:31 2016 -0500 +++ b/get_length_and_gc_content.r Thu Feb 25 08:49:20 2016 -0500 @@ -44,4 +44,6 @@ output <- setDT(data.frame(output), keep.rownames = TRUE)[] colnames(output) <- c("#gene_id", "length", "GC") -write.table(output, file=output_file, row.names=FALSE, quote=FALSE, sep="\t") \ No newline at end of file +write.table(output, file=output_file, row.names=FALSE, quote=FALSE, sep="\t") + +sessionInfo() \ No newline at end of file