Previous changeset 5:426d707dfc47 (2020-10-05) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/lofreq commit 3751719cd03b8380954e2231cf91496c863056e2 |
modified:
lofreq_indelqual.xml |
b |
diff -r 426d707dfc47 -r 971e07ca4456 lofreq_indelqual.xml --- a/lofreq_indelqual.xml Mon Oct 05 20:14:23 2020 +0000 +++ b/lofreq_indelqual.xml Wed Jul 06 09:26:48 2022 +0000 |
[ |
@@ -1,4 +1,4 @@ -<tool id="lofreq_indelqual" name="Insert indel qualities" version="@TOOL_VERSION@+galaxy0" profile="18.01"> +<tool id="lofreq_indelqual" name="Insert indel qualities" version="@TOOL_VERSION@+galaxy1" profile="18.01"> <description>into a BAM file</description> <macros> <import>macros.xml</import> @@ -47,20 +47,20 @@ <param name="selector" value="uniform" /> <param name="insertions" value="20" /> <param name="deletions" value="30" /> - <output name="output" file="indelqual-out1.bam" /> + <output name="output" file="indelqual-out1.bam" ftype="bam" /> </test> <test> <param name="reads" ftype="bam" value="lofreq-in1.bam" /> <param name="selector" value="dindel" /> <param name="ref_selector" value="history" /> <param name="ref" ftype="fasta" value="pBR322.fa" /> - <output name="output" file="indelqual-out2.bam" /> + <output name="output" file="indelqual-out2.bam" ftype="bam" /> </test> <test> <param name="reads" ftype="bam" value="lofreq-in1.bam" /> <param name="selector" value="uniform" /> <param name="insertions" value="20" /> - <output name="output" file="indelqual-out3.bam" /> + <output name="output" file="indelqual-out3.bam" ftype="bam" /> </test> </tests> <help><![CDATA[ |