Skip to content

Commit

Permalink
Add --threads flag to bellerophon command (#5424)
Browse files Browse the repository at this point in the history
* Add --threads flag to bellerophon command

* bump version suffix
  • Loading branch information
cat-bro authored Sep 4, 2023
1 parent 65fa34f commit a4601aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/bellerophon/bellerophon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>chimeric reads from Arima Genomics</description>
<macros>
<token name="@TOOL_VERSION@">1.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">bellerophon</requirement>
Expand All @@ -28,6 +28,7 @@
--reverse $reverse_input
--quality $quality
--output 'merged_out.bam'
--threads \${GALAXY_SLOTS:-1}
&& samtools sort --no-PG -O BAM -o '$outfile' -@ \${GALAXY_SLOTS:-1} merged_out.bam
]]>
</command>
Expand Down

0 comments on commit a4601aa

Please sign in to comment.