Commit 01eba8ee authored by Matthias Bernt's avatar Matthias Bernt
Browse files

add ftype for sam_to_bam test

to also convert this to sam in tests
parent 1cf34d74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ cat '$input1' > '$out_file1'
    <tests>
        <test>
            <param name="input1" value="sam_with_header.sam" ftype="sam"/>
            <output name="out_file1" file="bam_from_sam.bam"/>
            <output name="out_file1" file="bam_from_sam.bam" ftype="bam"/>
        </test>
    </tests>
    <help>