Skip to content

Commit

Permalink
Updating tools/bwameth from version 0.2.6 to 0.2.7 (#5262)
Browse files Browse the repository at this point in the history
* Updating tools/bwameth from version 0.2.6 to 0.2.7

* optimize samtools

* Update bwameth.xml

* Update bwameth.xml

* Update bwameth.xml

---------

Co-authored-by: planemo-autoupdate <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored Jun 2, 2024
1 parent f54e7cf commit 16f1bd9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/bwameth/bwameth.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="bwameth" name="bwameth" version="@TOOL_VERSION@+galaxy0" profile="20.05">
<description>Fast and accurate aligner of BS-Seq reads.</description>
<macros>
<token name="@TOOL_VERSION@">0.2.6</token>
<token name="@TOOL_VERSION@">0.2.7</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">bwameth</requirement>
Expand Down Expand Up @@ -78,7 +78,8 @@ bwameth.py
#else:
$read1 $read2
#end if
| samtools view --no-PG -u - | samtools sort --no-PG -@ "\${GALAXY_SLOTS:-4}" -T "\${TMPDIR:-.}" -O bam -o output.bam -
| samtools sort -l 0 -T "\${TMPDIR:-.}" -O bam | samtools view -O bam -@ \${GALAXY_SLOTS:-1} -o output.bam
]]></command>
<inputs>
<conditional name="referenceSource">
Expand Down Expand Up @@ -153,7 +154,7 @@ bwameth.py
**What it does**
BWA-meth performs alignment of reads in a bisulfite-sequencing experiment (e.g., RRBS or WGBS) to a genome. The methodology employed for this is similar to bismark, where both the reads and the reference genome are *in silico* converted prior to alignment. Methylation extraction on the resulting BAM file can be done with the PileOMeth tool.
BWA-meth performs the alignment of reads in a bisulfite-sequencing experiment (e.g., RRBS or WGBS) to a genome. This methodology is similar to bismark, where both the reads and the reference genome are *in silico* converted prior to alignment. Methylation extraction on the resulting BAM file can be done with the PileOMeth tool.
]]></help>
<citations>
<citation type="bibtex">@misc{1401.1129,
Expand Down

0 comments on commit 16f1bd9

Please sign in to comment.