annotate raven.xml @ 2:3edba9afc9bc draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
author iuc
date Fri, 15 Oct 2021 14:56:03 +0000
parents f8564b2d7f63
children 5c55448d0f33
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
2 <tool id="raven" name="Raven" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
3 <description>De novo assembly of Oxford Nanopore Technologies data</description>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
4 <macros>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
5 <import>macros.xml</import>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
6 </macros>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
7
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
8 <expand macro="requirements"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
9
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
10 <expand macro="version_command"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
11
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
12 <!--TODO in future version : enable CUDA support for racon polishing-->
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
13
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
14 <command detect_errors="exit_code"><![CDATA[
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
15 #if $input_reads.is_of_type("fasta")
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
16 ln -s '$input_reads' ./input.fa &&
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
17 #set input = "input.fa"
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
18 #elif $input_reads.is_of_type("fasta.gz")
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
19 ln -s '$input_reads' ./input.fa.gz &&
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
20 #set input = "input.fa.gz"
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
21 #elif $input_reads.is_of_type("fastq")
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
22 ln -s '$input_reads' ./input.fq &&
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
23 #set input = "input.fq"
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
24 #elif $input_reads.is_of_type("fastq.gz")
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
25 ln -s '$input_reads' ./input.fq.gz &&
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
26 #set input = "input.fq.gz"
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
27 #end if
2
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
28 raven
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
29 --kmer-len '$kmer_len'
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
30 --window-len '$window_len'
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
31 --frequency '$frequency'
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
32 --polishing-rounds '$polishing_rounds'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
33 --match '$match'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
34 --mismatch '$mismatch'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
35 --gap '$gap'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
36 $graphical_fragment_assembly
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
37 --disable-checkpoints
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
38 -t \${GALAXY_SLOTS:-4}
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
39 '$input'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
40 > '$out_fasta'
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
41 ]]></command>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
42 <inputs>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
43 <param name="input_reads" type="data" format="fasta,fastq,fasta.gz,fastq.gz"/>
2
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
44 <param argument="--kmer-len" type="integer" value="15" label="Length of minimizers used to find overlaps"/>
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
45 <param argument="--window-len" type="integer" value="5" label="Length of sliding window from which minimizers are sampled"/>
3edba9afc9bc "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit a64e791889cae72cf8cf029de8c65fa35d91b16d"
iuc
parents: 1
diff changeset
46 <param argument="--frequency" type="float" value="0.001" label="Threshold for ignoring most frequent minimizers"/>
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
47 <param argument="--polishing-rounds" type="integer" value="2" min="0" label="Number of times racon polishing is invoked"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
48 <param argument="--match" type="integer" value="3"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
49 <param argument="--mismatch" type="integer" value="-5"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
50 <param argument="--gap" type="integer" value="-4" max="-1"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
51 <param argument="--graphical-fragment-assembly" type="boolean" truevalue="--graphical-fragment-assembly out.gfa" falsevalue="" label="output graphical fragment assembly file?" checked="true"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
52 </inputs>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
53 <outputs>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
54 <data name="out_gfa" format="gfa1" label="${tool.name} on ${on_string} (Graphical Fragment Assembly)" from_work_dir="out.gfa">
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
55 <filter>graphical_fragment_assembly</filter>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
56 </data>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
57 <data name="out_fasta" format="fasta" label="${tool.name} on ${on_string} (FASTA)" />
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
58 </outputs>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
59 <tests>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
60 <test expect_num_outputs="2">
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
61 <param name="input_reads" ftype="fastq.gz" value="ERA476754.fastq.gz"/>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
62 <output name="out_gfa">
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
63 <assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
64 <has_n_lines n="2"/>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
65 <has_text_matching expression="^S\tUtg52\t[ATCG]{30000,40000}\tLN:i:36[0-9]{3}\tRC:i:22\nS\tCtg54\t[ATCG]{9000,10000}\tLN:i:9361\tRC:i:4"/>
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
66 </assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
67 </output>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
68 <output name="out_fasta">
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
69 <assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
70 <has_n_lines n="2"/>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
71 <has_text_matching expression="^>Utg52 LN:i:36[0-9]{3} RC:i:22 XO:i:0\n[ATCG]{30000,40000}$"/>
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
72 </assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
73 </output>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
74 </test>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
75 <!-- <test expect_num_outputs="1">
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
76 <param name="input_reads" ftype="fastq.gz" value="ERA476754.fastq.gz"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
77 <param name="graphical_fragment_assembly" value="false"/>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
78 <output name="out_fasta">
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
79 <assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
80 <has_n_lines n="2"/>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
81 <has_text_matching expression="^>Utg52 LN:i:36[0-9]{3} RC:i:22 XO:i:0\n[ATCG]{30000,40000}$"/>
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
82 </assert_contents>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
83 </output>
1
f8564b2d7f63 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit cb3f04d604f2ce99f66b3d6e142d970063f9fd78"
iuc
parents: 0
diff changeset
84 </test> -->
0
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
85 </tests>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
86 <help><![CDATA[
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
87 .. class:: infomark
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
88
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
89 **What it does**
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
90
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
91 @WID@
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
92
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
93 **Input**
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
94 - fasta / fastq / fasta.gz / fastq.gz data
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
95
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
96 **Output**
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
97
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
98 - Assembled genome (FASTA)
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
99 - Graphical fragment assembly (optional) (.txt)
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
100
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
101 **References**
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
102
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
103 @REFERENCES@
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
104 ]]></help>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
105 <expand macro="citations"/>
33b7d8481a76 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
diff changeset
106 </tool>