Mercurial > repos > devteam > dwt_ivc_all
comparison execute_dwt_IvC_all.xml @ 1:509993d9fdca draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/dwt_ivc_all commit f929353ffb0623f2218d7dec459c7da62f3b0d24"
author | devteam |
---|---|
date | Mon, 06 Jul 2020 18:12:29 +0000 |
parents | 91fad0f30fd3 |
children |
comparison
equal
deleted
inserted
replaced
0:91fad0f30fd3 | 1:509993d9fdca |
---|---|
1 <tool id="compute_p-values_second_moments_feature_occurrences_between_two_datasets_using_discrete_wavelet_transfom" name="Compute P-values and Second Moments for Feature Occurrences" version="1.0.0"> | 1 <tool id="compute_p-values_second_moments_feature_occurrences_between_two_datasets_using_discrete_wavelet_transfom" name="Compute P-values and Second Moments for Feature Occurrences" version="1.0.1"> |
2 <description>between two datasets using Discrete Wavelet Transfoms</description> | 2 <description>between two datasets using Discrete Wavelet Transfoms</description> |
3 | 3 <requirements> |
4 <command interpreter="perl"> | 4 <requirement type="package" version="1.7.5">r-waveslim</requirement> |
5 execute_dwt_IvC_all.pl $inputFile1 $inputFile2 $outputFile1 $outputFile2 | 5 <requirement type="package" version="4.6.8">r-wavethresh</requirement> |
6 </requirements> | |
7 <command detect_errors="exit_code"> | |
8 Rscript --vanilla '$__tool_directory__/execute_dwt_IvC_all.R' | |
9 '$inputFile1' | |
10 '$inputFile2' | |
11 '$outputFile2' | |
12 '$outputFile1' | |
6 </command> | 13 </command> |
7 | |
8 <inputs> | 14 <inputs> |
9 <param format="tabular" name="inputFile1" type="data" label="Select the first input file"/> | 15 <param format="tabular" name="inputFile1" type="data" label="Select the first input file"/> |
10 <param format="tabular" name="inputFile2" type="data" label="Select the second input file"/> | 16 <param format="tabular" name="inputFile2" type="data" label="Select the second input file"/> |
11 </inputs> | 17 </inputs> |
12 | |
13 <outputs> | 18 <outputs> |
14 <data format="tabular" name="outputFile1"/> | 19 <data format="tabular" name="outputFile1" label="${tool.name} on ${on_string}: statistics"/> |
15 <data format="pdf" name="outputFile2"/> | 20 <data format="pdf" name="outputFile2" label="${tool.name} on ${on_string}: pdf"/> |
16 </outputs> | 21 </outputs> |
17 | 22 <tests> |
23 <test> | |
24 <param ftype="tabular" name="inputFile1" value="in1.tsv"/> | |
25 <param ftype="tabular" name="inputFile2" value="in2.tsv"/> | |
26 <output name="outputFile1" ftype="tabular"> | |
27 <assert_contents><has_line_matching expression="^motif\t1_moment2.*"/></assert_contents> | |
28 <assert_contents><has_line_matching expression="^translinTarget.*" /></assert_contents> | |
29 </output> | |
30 <output name="outputFile2" ftype="pdf" file="out2.pdf" compare="sim_size"/> | |
31 </test> | |
32 </tests> | |
18 <help> | 33 <help> |
19 | 34 |
20 .. class:: infomark | 35 .. class:: infomark |
21 | 36 |
22 **What it does** | 37 **What it does** |