Mercurial > repos > proteore > proteore_expression_rnaseq_abbased
comparison add_expression_HPA.R @ 15:64681d9836e7 draft
"planemo upload commit f04dc917acc0f3f14c950b139eb09a045e42fd00-dirty"
| author | proteore |
|---|---|
| date | Thu, 23 Jan 2020 11:14:08 +0000 |
| parents | 778f7281ccba |
| children |
comparison
equal
deleted
inserted
replaced
| 14:778f7281ccba | 15:64681d9836e7 |
|---|---|
| 156 main = function() { | 156 main = function() { |
| 157 | 157 |
| 158 args = get_args() | 158 args = get_args() |
| 159 | 159 |
| 160 #save(args,file="/home/dchristiany/proteore_project/ProteoRE/tools/add_expression_data_HPA/args.rda") | 160 #save(args,file="/home/dchristiany/proteore_project/ProteoRE/tools/add_expression_data_HPA/args.rda") |
| 161 load("/home/dchristiany/proteore_project/ProteoRE/tools/add_expression_data_HPA/args.rda") | 161 #load("/home/dchristiany/proteore_project/ProteoRE/tools/add_expression_data_HPA/args.rda") |
| 162 | 162 |
| 163 inputtype = args$inputtype | 163 inputtype = args$inputtype |
| 164 if (inputtype == "copypaste") { | 164 if (inputtype == "copypaste") { |
| 165 ids = strsplit(args$input, "[ \t\n]+")[[1]] | 165 ids = strsplit(args$input, "[ \t\n]+")[[1]] |
| 166 } else if (inputtype == "tabfile") { | 166 } else if (inputtype == "tabfile") { |
