annotate ococo.xml @ 0:478cb0b3b31a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
author iuc
date Mon, 18 Dec 2017 10:10:40 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
1 <tool id="ococo" name="ococo" version="0.1.2.6" >
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
2 <description>consensus caller on SAM/BAM</description>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
3 <requirements>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
4 <requirement type="package" version="0.1.2.6">ococo</requirement>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
5 </requirements>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
6 <command detect_errors="exit_code">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
7 <![CDATA[
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
8 ococo -i '$input_alignment'
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
9 #if $fasta_reference:
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
10 --fasta-ref '$fasta_reference'
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
11 #end if
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
12 --counters $counters
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
13 --strategy $strategy
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
14 --min-MQ $min_mq
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
15 --min-BQ $min_bq
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
16 --ref-weight $ref_weight
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
17 --min-cov $min_cov
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
18 --maj-thres $maj_thres
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
19 #for $out in str($save_output).split(','):
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
20 #if str($out) == 'vcf':
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
21 --vcf-cons $vcf_cons
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
22 #elif str($out) == 'fasta':
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
23 --fasta-cons $fasta_cons
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
24 #elif str($out) == 'pileup':
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
25 --pileup $pileup
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
26 #end if
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
27 #end for
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
28 ]]>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
29 </command>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
30 <inputs>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
31 <param name="input_alignment" type="data" format="bam,sam" label="SAM/BAM dataset"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
32 <param name="fasta_reference" type="data" format="fasta" label="Select fasta reference" optional="True"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
33 <param name="counters" type="select" label="Counter configuration: [ococo16]">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
34 <option value="ococo16">ococo16 (3b/counter, 16b/position)</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
35 <option value="ococo32">ococo32 (7b/counter, 32b/position)</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
36 <option value="ococo64">ococo64 (15b/counter, 64b/position)</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
37 </param>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
38 <param name="strategy" type="select" label="Strategy for updates: [majority]">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
39 <option value="majority">Majority (update to majority base)</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
40 <option value="stochastic">stochastic (update to stochastically drawn base)</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
41 </param>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
42
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
43 <param name="save_output" type="select" label="Save output(s)" optional="False" multiple="True" help="Determine which output file(s) to keep">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
44 <option value="vcf">Consensus VCF</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
45 <option value="fasta">Consensus Fasta</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
46 <option value="pileup">Pileup</option>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
47 </param>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
48
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
49 <param name="min_mq" type="integer" label="Minimum mapping quality score" help="skip alignments with mapping quality smaller than INT [1]" value="1" argument="min-MQ"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
50 <param name="min_bq" type="integer" label="Minimum base quality score" help="skip bases with base quality smaller than INT [13]" value="13" argument="--min-BQ"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
51 <param name="ref_weight" type="integer" label="Initial nucleotides counter" help="initial counter value for nucleotides from ref [0]" value="0" argument='--ref-weight'/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
52 <param name="min_cov" type="integer" label="Minimum coverage required" help="minimum coverage required for update [2]" value="2" argument="--min-cov"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
53 <param name="maj_thres" type="float" label="Majority consensus threshold [0.51]" value="0.51" argument="--maj-thres"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
54 </inputs>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
55
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
56 <outputs>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
57 <data name="vcf_cons" format="vcf" label="VCF Consensus on ${input_alignment.name}">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
58 <filter>'vcf' in save_output</filter>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
59 </data>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
60 <data name="fasta_cons" format="fasta" label="Fasta Consensus on ${input_alignment.name}">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
61 <filter>'fasta' in save_output</filter>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
62 </data>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
63 <data name="pileup" format="pileup" label="Pileup on ${input_alignment.name}">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
64 <filter>'pileup' in save_output</filter>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
65 </data>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
66 </outputs>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
67 <tests>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
68 <test>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
69 <param name="input_alignment" value="alignment_A_2.sam"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
70 <param name="fasta_reference" value="reference.fa"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
71 <param name="save_output" value="vcf,fasta,pileup"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
72 <output name="fasta_cons" value="answer.fa"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
73 <output name="pileup" value="answer.pileup"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
74 <output name="vcf_cons">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
75 <assert_contents>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
76 <has_text text="AF=1.00;CS=2,0,0,0;COV=2"/>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
77 </assert_contents>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
78 </output>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
79 </test>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
80 </tests>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
81 <help>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
82 <![CDATA[
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
83
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
84 **OCOCO - Online Consensus Caller**
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
85
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
86 OCOCO is a online consensus caller, capable to infer SNVs dynamically as read alignments are fed in.
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
87 OCOCO inputs unsorted alignments from an unsorted SAM/BAM stream and decides about single-nucleotide
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
88 updates of the current genomic consensus using statistics stored in compact several-bits counters.
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
89 Updates are reported in the online fashion using unsorted VCF. OCOCO provides a fast and
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
90 memory-efficient alternative to the usual variant calling, particularly advantageous when reads
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
91 are sequenced or mapped progressively, or when available computational resources are at a premium.
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
92
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
93 ]]>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
94 </help>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
95 <citations>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
96 <citation type="bibtex">
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
97 @misc{1207.3907,
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
98 Author = {Karel Brinda},
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
99 Title = {Ococo: an online consensus caller},
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
100 Year = {2017},
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
101 Eprint = {arXiv:1712.01146},
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
102 url = {https://arxiv.org/abs/1712.01146}
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
103 }
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
104 </citation>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
105 </citations>
478cb0b3b31a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ococo commit c6f72da672e92592f8d389375e0db84676d539a6
iuc
parents:
diff changeset
106 </tool>