Mercurial > repos > lecorguille > camera_annotate
comparison lib.r @ 20:16220e5f5499 draft
planemo upload commit af7a06815ba291bf272e6f30a44aee58cf745070-dirty
author | lecorguille |
---|---|
date | Fri, 22 Jul 2016 11:07:06 -0400 |
parents | 85b8351ded6c |
children | 339d92b2c503 |
comparison
equal
deleted
inserted
replaced
19:fa663873dc54 | 20:16220e5f5499 |
---|---|
43 listArguments4annotate = append(listArguments4annotate, | 43 listArguments4annotate = append(listArguments4annotate, |
44 list(multiplier=listArguments[["multiplier"]])) | 44 list(multiplier=listArguments[["multiplier"]])) |
45 } | 45 } |
46 # ruleset | 46 # ruleset |
47 else { | 47 else { |
48 rulset=read.table(listargument[["rules"]], h=T, sep=",") | |
48 listArguments4annotate = append(listArguments4annotate, | 49 listArguments4annotate = append(listArguments4annotate, |
49 list(rules=listArguments[["rules"]])) | 50 list(rules=rulset)) |
50 } | 51 } |
51 } | 52 } |
52 | 53 |
53 # launch annotate | 54 # launch annotate |
54 xa = do.call("annotate", listArguments4annotate) | 55 xa = do.call("annotate", listArguments4annotate) |