comparison snp_caller.xml @ 0:0fd352f62446 draft default tip

planemo upload for repository https://github.com/ChrisD11/Duplicon commit 3ee0594c692faac542ffa58f4339d79b9b8aefbd-dirty
author chrisd
date Sun, 21 Feb 2016 06:05:24 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0fd352f62446
1 <tool id="snp_caller" name="Identify Snips" version="0.1.0">
2 <description>for single-end or paired-end data</description>
3 <command>$__tool_directory__/snp -amr_fp $amr_fp -samse $samse -out_fp $out_fp</command>
4 <inputs>
5 <param format="fasta" name="amr_fp" type="data" label="Input fasta file"/>
6 <param format="sam" name ="samse" type="data" label="Input SAM file"/>
7 </inputs>
8 <outputs>
9 <data format="tabular" name="out_fp" />
10 </outputs>
11
12 <tests>
13 <test>
14 <param name="amr_fp" value="amr.fa" />
15 <param name="samse" value="samse.sam" />
16 <param name="out_fp" file="res" />
17 </test>
18 </tests>
19 <help>
20 This tool identifies single nucleotide polymorphisms from both single-end and paired-end data.
21 </help>
22
23 </tool>