comparison intersect.xml @ 1:f8f16a682d01 draft

planemo upload for repository https://github.com/COMBAT-TB/vcf_snps_utils commit cfb04d59b0377b23ddc1264ddcf8677f2b191aa8
author sanbi-uwc
date Thu, 16 Aug 2018 08:14:19 -0400
parents fc75be7f3fd2
children cb2055ee4e6c
comparison
equal deleted inserted replaced
0:fc75be7f3fd2 1:f8f16a682d01
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="intersect" name="Intersect SNPs with a CSV file" version="@TOOL_VERSION@+galaxy0" profile="17.01"> 2 <tool id="intersect" name="Intersect SNPs with a CSV file" version="@TOOL_VERSION@+galaxy0" profile="17.01">
3 <description>Intersect SNPs with a CSV file</description> 3 <description>Intersect SNPs with a CSV file</description>
4 <macros> 4 <macros>
5 <import>vcf_snps_utils_macros.xml</import> 5 <import>vcf_snps_utils_macros.xml</import>
6 </macros> 6 </macros>
7 7
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 ln -s '$input_vcf' data.vcf && 9 ln -s '$input_vcf' data.vcf &&
26 <tests> 26 <tests>
27 <test> 27 <test>
28 <param name="input_vcf" value="sample1.vcf" /> 28 <param name="input_vcf" value="sample1.vcf" />
29 <output name="output" compare="diff" lines_diff="2" file="sample1.html" ftype="html" /> 29 <output name="output" compare="diff" lines_diff="2" file="sample1.html" ftype="html" />
30 </test> 30 </test>
31 31 </tests>
32
32 <help> 33 <help>
33 34
34 **What it does** 35 **What it does**
35 36
36 Intersect SNPs and generate an output report from a CSV file of knowned SNPs (workflow generated/annotated) 37 Intersect SNPs and generate an output report from a CSV file of knowned SNPs (workflow generated/annotated)
62 "/tmp/vcf_snps_utils_output/" 63 "/tmp/vcf_snps_utils_output/"
63 --help Show this message and exit. 64 --help Show this message and exit.
64 65
65 vcf_snps_utils intersect example.vcf example.csv --out output/test 66 vcf_snps_utils intersect example.vcf example.csv --out output/test
66 67
67 </help> 68 </help>
68 69
69 </tool> 70 </tool>