comparison lumpy_smoove.xml @ 10:8711df965d4b draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/lumpy_smoove commit 355389e3d1b38d93b1bc1c683c25094d5c6f8223
author artbio
date Wed, 24 Jan 2024 19:26:57 +0000
parents 7dcf61950215
children
comparison
equal deleted inserted replaced
9:7dcf61950215 10:8711df965d4b
1 <tool id="lumpy_smoove" name="lumpy_smoove" version="0.2.8+galaxy0"> 1 <tool id="lumpy_smoove" name="lumpy_smoove" version="0.2.8+galaxy1">
2 <description>find structural variants using the smoove workflow</description> 2 <description>find structural variants using the smoove workflow</description>
3 <macros> 3 <macros>
4 <import>macro_lumpy_smoove.xml</import> 4 <import>macro_lumpy_smoove.xml</import>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
150 <output name="vcf_call" ftype="vcf" file="result-5.vcf" lines_diff="12"/> 150 <output name="vcf_call" ftype="vcf" file="result-5.vcf" lines_diff="12"/>
151 </test> 151 </test>
152 </tests> 152 </tests>
153 153
154 <help> 154 <help>
155 **smoove** simplifies and speeds calling and genotyping SVs for short reads. It also improves 155 **smoove** simplifies and speeds up SV calling and genotyping for short reads. It also improves
156 specificity by removing many spurious alignment signals that are indicative of low-level 156 specificity by removing many spurious alignment signals that are indicative of low-level
157 noise and often contribute to spurious calls. 157 noise and often contribute to spurious calls.
158 158
159 There is a blog-post describing smoove in more detail 159 There is a blog-post describing smoove in more detail
160 here: https://brentp.github.io/post/smoove/ 160 here: https://brentp.github.io/post/smoove/