Mercurial > repos > bgruening > bismark
diff bismark_methylation_extractor.xml @ 3:91f07ff056ca draft
Uploaded
author | bgruening |
---|---|
date | Mon, 14 Apr 2014 16:43:14 -0400 |
parents | 62c6da72dd4a |
children | 243e8f9fb75b |
line wrap: on
line diff
--- a/bismark_methylation_extractor.xml Wed Aug 21 05:19:54 2013 -0400 +++ b/bismark_methylation_extractor.xml Mon Apr 14 16:43:14 2014 -0400 @@ -1,11 +1,11 @@ -<tool id="bismark_methylation_extractor" name="Bismark" version="0.7.12"> - <!-- Wrapper compatible with Bismark version 0.7.7 --> - <description>methylation extractor</description> +<tool id="bismark_methylation_extractor" name="Bismark Meth. Extractor" version="0.10.1"> + <!-- Wrapper compatible with Bismark version 0.10 --> + <description>Reports on methylation status of reads mapped by Bismark</description> <!--<version_command>bismark_methylation_extractor version</version_command>--> <requirements> <requirement type="set_environment">SCRIPT_PATH</requirement> <requirement type="package" version="0.12.8">bowtie</requirement> - <requirement type="package" version="2.0.0-beta7">bowtie2</requirement> + <requirement type="package" version="2.1.0">bowtie2</requirement> </requirements> <parallelism method="basic"></parallelism> <command interpreter="python"> @@ -81,7 +81,7 @@ </command> <inputs> <!-- Input Parameters --> - <param name="input" type="data" format="sam" label="SAM file from Bismark bisulfid mapper" /> + <param name="input" type="data" format="sam,bam" label="SAM/BAM file from Bismark bisulfite mapper" /> <conditional name="singlePaired"> <param name="sPaired" type="select" label="Is this library mate-paired?"> <option value="single">Single-end</option> @@ -92,7 +92,6 @@ <param name="no_overlap" type="boolean" truevalue="--no-overlap" falsevalue="" checked="False" label="This option avoids scoring overlapping methylation calls twice, in case of overlapping read one and read two" help="" /> </when> </conditional> - <param name="ignore_bps" type="integer" value="0" label="Ignore the first N bp when processing the methylation call string" /> <param name="comprehensive" type="boolean" truevalue="true" falsevalue="false" checked="False" label="Merge all four possible strand-specific methylation info into context-dependent output files" help="" />