Repository 'annotatemyids'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/annotatemyids

Changeset 3:1a125daea0d8 (2018-11-26)
Previous changeset 2:9ab35a2245ce (2018-03-11) Next changeset 4:38eedf3cc3c9 (2019-01-28)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotatemyids commit 8c76fdb69d9b860debc4eb419470ed1e8c1f0a28
modified:
annotateMyIDs.xml
b
diff -r 9ab35a2245ce -r 1a125daea0d8 annotateMyIDs.xml
--- 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))