Skip to content

Commit

Permalink
Merge pull request #5351 from mvdbeek/sam_to_bam_native_fix
Browse files Browse the repository at this point in the history
Fix bam conversion test tool
  • Loading branch information
dannon committed Jan 19, 2018
2 parents 080148a + 7d15049 commit 718eb6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/functional/tools/sam_to_bam_native.xml
Expand Up @@ -23,8 +23,12 @@
<param name="input3" type="data" format="bam" label="Sorted BAM file" optional="true"/>
</inputs>
<outputs>
<data name="bam_native_output" format="bam_native"/>
<data name="bam_output" format="bam"/>
<data name="bam_native_output" format="bam_native">
<filter>input1 or input2</filter>
</data>
<data name="bam_output" format="bam">
<filter>input3</filter>
</data>
</outputs>
<tests>
<!-- Test that bam native output won't be sorted-->
Expand Down

0 comments on commit 718eb6c

Please sign in to comment.