Mercurial > repos > vimalkumarvelayudhan > riboseqr_wrapper
diff triplet.xml @ 6:5a242f289347 default tip
Merge
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Tue, 27 Oct 2015 12:29:39 +0000 |
parents | d7ce95ccf54f |
children |
line wrap: on
line diff
--- a/triplet.xml Tue Oct 27 12:21:50 2015 +0000 +++ b/triplet.xml Tue Oct 27 12:29:39 2015 +0000 @@ -25,7 +25,7 @@ --output_path "$html_file.files_path" </command> <inputs> - <param name="rdata_load" type="data" format="rda" + <param name="rdata_load" type="data" format="RData" label="Select prepared riboSeqR input (R data file)" multiple="false" optional="false" help="<br><h4><font color="#666666">findCDS @@ -79,24 +79,24 @@ plot" help="Comma-separated values."/> </inputs> <outputs> - <data format="rda" name="rdata_save" + <data format="RData" name="rdata_save" label="Triplet periodicity (R data file)"/> <data format="html" name="html_file" label="Triplet periodicity (HTML report)"/> </outputs> - <tests> - <test> - <param name="rdata_load" value="Prepare riboSeqR input (R data file)" ftype="rda" /> - <param name="fasta_file" value="rsem_chlamy236_deNovo.transcripts.fa" /> - <param name="include_lengths" value="25:30" /> - <param name="analyze_plot_lengths" value="26:30" /> - <output name="rdata_save" file="Triplet periodicity (R data file)" ftype="rda" /> - <output name="html_file" file="Triplet_periodicity_(HTML_report).html"> - <extra_files type="file" name="Periodicity-plot.png" value="Periodicity-plot.png" ftype="png" /> - <extra_files type="file" name="Periodicity-plot.pdf" value="Periodicity-plot.pdf" ftype="pdf" /> - </output> - </test> - </tests> + <!--<tests>--> + <!--<test>--> + <!--<param name="rdata_load" value="Prepare riboSeqR input (R data file)" ftype="RData" />--> + <!--<param name="fasta_file" value="rsem_chlamy236_deNovo.transcripts.fa" />--> + <!--<param name="include_lengths" value="25:30" />--> + <!--<param name="analyze_plot_lengths" value="26:30" />--> + <!--<output name="rdata_save" file="Triplet periodicity (R data file)" ftype="RData" />--> + <!--<output name="html_file" file="Triplet_periodicity_(HTML_report).html">--> + <!--<extra_files type="file" name="Periodicity-plot.png" value="Periodicity-plot.png" ftype="png" />--> + <!--<extra_files type="file" name="Periodicity-plot.pdf" value="Periodicity-plot.pdf" ftype="pdf" />--> + <!--</output>--> + <!--</test>--> + <!--</tests>--> <help> Triplet Periodicity -------------------