comparison collection_list_paired.xml @ 17:2f6a7c67440f draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 436d91722b309f61890d13d7ed28cd43c79a5c74-dirty
author mingchen0919
date Mon, 25 Sep 2017 22:47:21 -0400
parents
children a5dcb110f213
comparison
equal deleted inserted replaced
16:c050c7701262 17:2f6a7c67440f
1 <tool id="rmarkdown_collection_list_paired" name="Collection type: list:paired" 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 </requirements>
9 <description>
10 Create a 'list:paired' dataset collection from a set of files in Galaxy history.
11 </description>
12 <stdio>
13 <regex match="Execution halted"
14 source="both"
15 level="fatal"
16 description="Execution halted." />
17 <regex match="Error in"
18 source="both"
19 level="fatal"
20 description="An undefined error occured, please check your intput carefully and contact your administrator." />
21 <regex match="Fatal error"
22 source="both"
23 level="fatal"
24 description="An undefined error occured, please check your intput carefully and contact your administrator." />
25 </stdio>
26 <command>
27 <![CDATA[
28 Rscript '${__tool_directory__}/collection_list_paired_render.R'
29 -L $forward_file_list
30 -R $reverse_file_list
31 -e $echo
32 -f $format
33
34 -r $report
35 -d $report.files_path
36
37 -t '${__tool_directory__}/collection_list_paired.Rmd'
38 ]]>
39 </command>
40 <inputs>
41 <param type="data" name="forward_file_list" multiple="true" label="forward inputs"/>
42 <param type="data" name="reverse_file_list" multiple="true" label="reverse inputs"/>
43 <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" />
44 <param type="text" name="format" label="the format of input files (e.g., fastq, fastqsanger, fasta)"/>
45 </inputs>
46 <outputs>
47 <data format="html" name="report" label="Collection builder (list:paired collection)" />
48 <collection type="list:paired" name="list_collection">
49 <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_(?P&lt;identifier_1&gt;[^_]+)\.fq" ext="fastqsanger" visible="true" directory="files_directory"/>
50 </collection>
51 </outputs>
52 </tool>