annotate quickmege.xml @ 0:1582fc3aa9d1 draft default tip

"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
author thanhlv
date Mon, 02 Mar 2020 16:35:55 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
1 <tool id="quickmerge" name="quickmerge" version="@VERSION@">
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
2 <description> improves contiguity of genome assemblies based on long molecule sequences</description>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
3 <macros>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
4 <token name="@VERSION@">0.3</token>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
5 </macros>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
6 <requirement type="package" version="@VERSION@">quickmerge</requirement>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
7 <version_command><![CDATA[ echo @VERSION@]]></version_command>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
8
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
10 merge_wrapper.py
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
11 -hco $hco
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
12 -c $c_params
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
13 -l $length_cutoff
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
14 $no_nucmer
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
15 $no_delta
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
16 $stop_after_nucmer
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
17 $stop_after_df
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
18 -ml $merging_length_cutoff
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
19 -t \${GALAXY_SLOTS:-1}
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
20 $version4
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
21 $clean_only
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
22 $hybrid_assembly
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
23 $self_assembly
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
24 ]]> </command>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
25
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
26 <inputs>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
27 <param name="hybrid_assembly" type="data" format="fasta.fasta.gz" label="Hybrid assembly"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
28 <param name="self_assembly" type="data" format="fasta.fasta.gz" label="Self assembly"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
29 <param name="hco" type="float" min="0" value="0.5" label="Quickmerge hco parameter" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
30 <param name="c_params" type="float" min="0" value="1.5" label="Quickmerge c parameter" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
31 <param name="length_cutoff" type="integer" min="0" value="0" label="Minimum seed contig length to be merged" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
32 <param name="no_nucmer" type="boolean" truevalue="--no_nucmer" falsevalue="" checked="false" label="Skip the nucmer step" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
33 <param name="no_delta" type="boolean" truevalue="--no_delta" falsevalue="" checked="false" label="Skip the nucmer and delta-filter steps" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
34 <param name="stop_after_nucmer" type="boolean" truevalue="--stop_after_nucmer" falsevalue="" checked="false" label="Do not perform the delta-filter and merger steps" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
35 <param name="stop_after_df" type="boolean" truevalue="--stop_after_df" falsevalue="" checked="false" label="Do not perform the merger step" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
36 <param name="merging_length_cutoff" type="integer" min="0" value="5000" label="set the merging length cutoff necessary for use in quickmerge" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
37 <param name="version4" type="boolean" truevalue="--version4" falsevalue="" checked="false" label="Do not perform the merger step" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
38 <param name="clean_only" type="boolean" truevalue="--clean_only" falsevalue="" checked="false" label="Generate safe FASTA files for merging, but do not merge" />
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
39 </inputs>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
40
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
41 <outputs>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
42 <data name="merged_qm" format="fasta" label="${tool.name} on ${on_string}: merged" from_work_dir="merged_qm.fasta"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
43 <data name="hybrid_oneline" format="fasta" label="${tool.name} on ${on_string}: hybrid_oneline" from_work_dir="hybrid_oneline.fa"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
44 <data name="self_oneline" format="fasta" label="${tool.name} on ${on_string}: self_oneline" from_work_dir="self_oneline.fa"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
45 <data name="param_summary" format="tsv" label="${tool.name} on ${on_string}: param summary" from_work_dir="param_summary_qm.txt"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
46 <data name="anchor_summary_qm" format="tsv" label="${tool.name} on ${on_string}: anchor summary" from_work_dir="anchor_summary_qm.txt"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
47 <data name="aln_summary_qm" format="tsv" label="${tool.name} on ${on_string}: anchor summary" from_work_dir="aln_summary_qm.tsv"/>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
48 </outputs>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
49 <help><![CDATA[
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
50 ]]> </help>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
51 <citations>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
52 <citation type="doi">10.1093/nar/gkw654</citation>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
53 </citations>
1582fc3aa9d1 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/quickmerge commit f6f1b5b95886581cfdd927ea7359260b5c06393a-dirty"
thanhlv
parents:
diff changeset
54 </tool>