comparison plot_coverage.xml @ 69:97411db5f752 draft

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 5071cc844a6999040ea605deb2eb88aafb7fb16b"
author mvdbeek
date Thu, 05 Sep 2019 10:22:27 -0400
parents 47e4891b11dd
children f383ca1c5033
comparison
equal deleted inserted replaced
68:47e4891b11dd 69:97411db5f752
1 <tool id="plot_coverage" name="Plot coverage" version="0.5.15"> 1 <tool id="plot_coverage" name="Plot coverage" version="0.5.16">
2 <description>as area plot between BAM files</description> 2 <description>as area plot between BAM files</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.5.15">readtagger</requirement> 4 <requirement type="package" version="0.5.16">readtagger</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="aggressive"><![CDATA[ 6 <command detect_errors="aggressive"><![CDATA[
7 #import re 7 #import re
8 #set identifier1 = re.sub('[^\w\-_\.\,]', '_', str( $input1.element_identifier)) 8 #set identifier1 = re.sub('[^\w\-_\.\,]', '_', str( $input1.element_identifier))
9 #set identifier2 = re.sub('[^\w\-_\.\,]', '_', str( $input2.element_identifier)) 9 #set identifier2 = re.sub('[^\w\-_\.\,]', '_', str( $input2.element_identifier))