comparison plot_coverage.xml @ 65:08a10eefc2ca draft

"planemo upload for repository https://github.com/bardin-lab/readtagger/tree/master/galaxy commit 1bc80492c93251d0cbe39d120872869e08d8d435"
author mvdbeek
date Tue, 05 Nov 2019 05:05:32 -0500
parents 31dc40ec7067
children 9ac536101591
comparison
equal deleted inserted replaced
64:31dc40ec7067 65:08a10eefc2ca
1 <tool id="plot_coverage" name="Plot coverage" version="0.5.16"> 1 <tool id="plot_coverage" name="Plot coverage" version="0.5.17">
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.16">readtagger</requirement> 4 <requirement type="package" version="0.5.17">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))