Mercurial > repos > iuc > annotatemyids
changeset 3:1a125daea0d8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotatemyids commit 8c76fdb69d9b860debc4eb419470ed1e8c1f0a28
author | iuc |
---|---|
date | Mon, 26 Nov 2018 02:46:54 -0500 |
parents | 9ab35a2245ce |
children | 38eedf3cc3c9 |
files | annotateMyIDs.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/annotateMyIDs.xml Sun Mar 11 05:17:23 2018 -0400 +++ b/annotateMyIDs.xml Mon Nov 26 02:46:54 2018 -0500 @@ -29,7 +29,7 @@ file_has_header <- ${file_has_header} remove_dups <- ${remove_dups} -ids <- as.character(read.table('$id_file', header=file_has_header)[,1]) +ids <- as.character(read.table('$id_file', header=file_has_header)[,1], sep="\t", quote="") if(organism == "Hs"){ suppressPackageStartupMessages(library(org.Hs.eg.db))