Skip to content

Commit

Permalink
Fix magicblast when output format is tabular (#5665)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregvonkuster authored Dec 4, 2023
1 parent f3a3113 commit 0331dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/blast/macros.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<macros>
<token name="@TOOL_VERSION@">1.7.0</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@PROFILE@">20.09</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">magicblast</requirement>
<requirement type="package" version="1.16.1">samtools</requirement>
<requirement type="package" version="1.18">samtools</requirement>
</requirements>
</xml>
<xml name="output_sort_param">
Expand Down
2 changes: 1 addition & 1 deletion tools/blast/magicblast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ $output_options.no_discordant
<outputs>
<data name="output" format="bam" label="${tool.name} on ${on_string}">
<change_format>
<when input="output.outfmt_cond.outfmt" value="tabular" format="tabular"/>
<when input="output_options.outfmt_cond.outfmt" value="tabular" format="tabular"/>
</change_format>
</data>
<data name="output_unaligned" format="bam" label="${tool.name} on ${on_string}: unaligned reads">
Expand Down

0 comments on commit 0331dc2

Please sign in to comment.