Mercurial > repos > iuc > bedtools
diff bamToFastq.xml @ 48:2f457890d8c8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit fc3616bd1463afef9681cd7c431ac29f79e37e74
| author | iuc |
|---|---|
| date | Tue, 11 Dec 2018 13:59:34 -0500 |
| parents | cb98f29aa1dc |
| children | df28283b3778 |
line wrap: on
line diff
--- a/bamToFastq.xml Tue Nov 20 10:33:07 2018 -0500 +++ b/bamToFastq.xml Tue Dec 11 13:59:34 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="bedtools_bamtofastq" name="Convert from BAM to FastQ" version="@WRAPPER_VERSION@.0"> +<tool id="bedtools_bamtofastq" name="bedtools Convert from BAM to FastQ" version="@WRAPPER_VERSION@"> <description></description> <macros> <import>macros.xml</import> @@ -26,6 +26,12 @@ <filter>fq2 is True</filter> </data> </outputs> + <tests> + <test> + <param name="input" value="srma_in3.bam" ftype="bam" /> + <output name="output" file="bamToFastq_result1.fastq" ftype="fastq" /> + </test> + </tests> <help> **What it does**
