Mercurial > repos > iuc > bedtools
comparison annotateBed.xml @ 41:7ab85ac5f64b draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 500a03281ea704abc7a16d9af63d67dbdcc5cd0b"
author | iuc |
---|---|
date | Thu, 04 Nov 2021 11:36:55 +0000 |
parents | 3e38c9b3214f |
children |
comparison
equal
deleted
inserted
replaced
40:a68aa6c1204a | 41:7ab85ac5f64b |
---|---|
1 <tool id="bedtools_annotatebed" name="bedtools AnnotateBed" version="@TOOL_VERSION@" profile="@PROFILE@"> | 1 <tool id="bedtools_annotatebed" name="bedtools AnnotateBed" version="@TOOL_VERSION@" profile="@PROFILE@"> |
2 <description>annotate coverage of features from multiple files</description> | 2 <description>annotate coverage of features from multiple files</description> |
3 <expand macro="bio_tools" /> | |
4 <macros> | 3 <macros> |
5 <import>macros.xml</import> | 4 <import>macros.xml</import> |
6 </macros> | 5 </macros> |
6 <expand macro="bio_tools" /> | |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <expand macro="stdio" /> | 8 <expand macro="stdio" /> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 bedtools annotate | 10 bedtools annotate |
11 -i '${inputA}' | 11 -i '${inputA}' |
64 </outputs> | 64 </outputs> |
65 <tests> | 65 <tests> |
66 <test> | 66 <test> |
67 <param name="inputA" value="annotateBed1.bed" ftype="bed" /> | 67 <param name="inputA" value="annotateBed1.bed" ftype="bed" /> |
68 <param name="names_select" value="no" /> | 68 <param name="names_select" value="no" /> |
69 <param name="beds" value="annotateBed2.bed,annotateBed3.bed,annotateBed4.bed" /> | 69 <param name="beds" value="annotateBed2.bed,annotateBed3.bed,annotateBed4.bed"/> |
70 <output name="output" file="annotateBed_result.bed" ftype="bed" /> | 70 <output name="output" file="annotateBed_result.bed" ftype="bed" /> |
71 </test> | 71 </test> |
72 </tests> | 72 </tests> |
73 <help><![CDATA[ | 73 <help><![CDATA[ |
74 **What it does** | 74 **What it does** |