comparison umi-tools_counts.xml @ 14:4f44381e2135 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit 11a7415c7f8a44a3f990080533c1de43a41d1e2e
author iuc
date Fri, 28 Feb 2025 20:38:38 +0000
parents 4f81fcb5d271
children
comparison
equal deleted inserted replaced
13:46f2e74c4aa5 14:4f44381e2135
2 <description>performs quantification of UMIs from BAM files</description> 2 <description>performs quantification of UMIs from BAM files</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="bio_tools"/> 6 <expand macro="bio_tools"/>
7 <expand macro="requirements"> 7 <expand macro="requirements"/>
8 <!-- TODO see comment in LINK_SAM_BAM_INPUT -->
9 <requirement type="package" version="1.12">samtools</requirement>
10 <requirement type="package" version="4.7">sed</requirement>
11 </expand>
12 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
13 #import re 9 #import re
14 @LINK_SAM_BAM_INPUT@ 10 @LINK_SAM_BAM_INPUT@
15 11
16 umi_tools count 12 umi_tools count