Mercurial > repos > mingchen0919 > rmarkdown_bdss_client
comparison bdss_client.xml @ 7:efb1938c3020 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit ea6df97960569d247d64be1549aa90768c9786f4-dirty
author | mingchen0919 |
---|---|
date | Wed, 11 Oct 2017 13:21:54 -0400 |
parents | |
children | e901094f7e88 |
comparison
equal
deleted
inserted
replaced
6:415ebc9016da | 7:efb1938c3020 |
---|---|
1 <tool id="rmarkdown_bdss_client" name="BDSS client" version="1.0.0"> | |
2 <requirements> | |
3 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> | |
4 <requirement type="package" version="1.20.0">r-getopt</requirement> | |
5 <requirement type="package" version="1.2">r-rmarkdown</requirement> | |
6 <requirement type="package" version="0.3.5">r-htmltools</requirement> | |
7 <requirement type="package" version="0.5.0">r-dplyr</requirement> | |
8 <requirement type="package" version="0.5.4">parallel-fastq-dump</requirement> | |
9 <requirement type="package" version="1.95_4.8">r-rcurl</requirement> | |
10 </requirements> | |
11 <description> | |
12 Download data with BDSS client. | |
13 </description> | |
14 <stdio> | |
15 <!--All stderr are redirected to a file. "XXX" is used to match with nothing--> | |
16 <regex match="XXX" | |
17 source="stderr" | |
18 level="warning" | |
19 description="Check the warnings_and_errors.txt file for more details."/> | |
20 </stdio> | |
21 <command> | |
22 <![CDATA[ | |
23 Rscript '${__tool_directory__}/bdss_client_render.R' | |
24 -i '$urls' | |
25 -e $echo | |
26 | |
27 -r $report | |
28 -d $report.files_path | |
29 -s $sink_message | |
30 | |
31 -t '${__tool_directory__}/bdss_client.Rmd' | |
32 ]]> | |
33 </command> | |
34 <inputs> | |
35 <param type="text" name="urls" label="URLs to data files" /> | |
36 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" | |
37 label="Display analysis code in report?"/> | |
38 </inputs> | |
39 <outputs> | |
40 <data format="html" name="report" label="BDSS report"/> | |
41 <data name="output"> | |
42 <discover_datasets pattern="__name_and_ext__" directory="read_files_directory"/> | |
43 </data> | |
44 <data format="txt" name="sink_message" label="Warnings and Errors" from_work_dir="warnings_and_errors.txt"/> | |
45 </outputs> | |
46 </tool> |