Mercurial > repos > dktanwar > test_csaw
changeset 1:a2f57bbbb2eb draft
Uploaded
author | dktanwar |
---|---|
date | Tue, 21 Nov 2017 23:08:06 -0500 |
parents | 96f6fb4babd0 |
children | e95a97c3a83e |
files | csaw.xml |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/csaw.xml Tue Nov 21 23:08:06 2017 -0500 @@ -0,0 +1,31 @@ +<tool id="CSAW" name="CSAW" version="0.1.0"> + <command detect_errors="exit_code"><![CDATA[ +RScript $__tool_directory__/csaw.R $inputs --output $output + ]]></command> + <inputs> + <param type="data" name="inputs" format="bam" multiple="True" /> + </inputs> + <outputs> + <data name="output" format="txt" /> + </outputs> + <tests> + <test> + <param name="inputs" value="ENCFF027UTM.bam,ENCFF027UTM_1.bam"/> + <output name="output" file="csaw_results"/> + </test> + </tests> + <help><![CDATA[ + Write the tool help section here. + ]]></help> + <citations> + <citation type="bibtex"> + @misc{github01_mismatch_removal, + author = {LastTODO, FirstTODO}, + year = {TODO}, + title = {01_mismatch_removal}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/dktanwar/Galaxy_Tools/tree/master/01_mismatch_removal}, + }</citation> + </citations> +</tool>