Mercurial > repos > mingchen0919 > rmarkdown_i_adhore
changeset 7:f86be5aeea36 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_i_adhore commit cc2f473d151c0de971c760a9aec9d09ff073ad85-dirty
author | mingchen0919 |
---|---|
date | Fri, 25 Aug 2017 12:04:15 -0400 |
parents | 8cf3b1298508 |
children | f8bedb407e5c |
files | i_adhore_configure.Rmd |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/i_adhore_configure.Rmd Tue Aug 15 15:38:10 2017 -0400 +++ b/i_adhore_configure.Rmd Fri Aug 25 12:04:15 2017 -0400 @@ -80,3 +80,25 @@ ``` +# I-ADHoRe analysis results + +```{bash} +# run i-adhore analysis +i-adhore I_ADHORE_CONFIGURE_TXT +``` + +Links to outputs + +```{r} +output_path + +outputs_list = list() +i_adhore_outputs = list.files(output_path) +for (i in i_adhore_outputs) { + outputs_list[[i]] = tags$li(tags$a(href=i, i)) +} +tags$ul(outputs_list) +``` + + +