Mercurial > repos > iuc > annotatemyids
diff annotateMyIDs.xml @ 3:b3db1e0bf574 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:23 -0500 |
| parents | 1b3e8d3fde62 |
| children | 6f65ef094db0 |
line wrap: on
line diff
--- a/annotateMyIDs.xml Sun Mar 11 05:17:08 2018 -0400 +++ b/annotateMyIDs.xml Mon Nov 26 02:46:23 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))
