annotate megahit_contig2fastg.xml @ 0:a4739171f886 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
author galaxyp
date Fri, 09 Nov 2018 12:49:48 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
2 <tool id="megahit_contig2fastg" name="MEGAHIT Contig2fastg" version="@VERSION@">
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
3 <description>for converting MEGAHIT's contigs to fastg</description>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
4 <macros>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
5 <token name="@VERSION@">1.1.2</token>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
6 </macros>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
7 <requirements>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
8 <requirement type="package" version="@VERSION@">megahit</requirement>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
9 </requirements>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
10 <version_command>megahit --version</version_command>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
12 megahit_toolkit contig2fastg
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
13 '${kmer}'
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
14 '${contigs}' > '${fastg}'
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
15 ]]></command>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
16 <inputs>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
17 <param name="contigs" type="data" format="fastq,fastqsanger,fasta,fastq.gz,fastqsanger.gz" multiple="true" label="Single-end file(s)" help="FASTQ/FASTA/FASTQ.GZ files accepted" />
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
18 <param name="kmer" type="integer" value="99" label="K-mer length" />
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
19 </inputs>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
20 <outputs>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
21 <data format="txt" name="fastg" label="Conversion to FASTG with ${tool.name} on ${on_string}" />
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
22 </outputs>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
23 <tests>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
24 <test>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
25 <param name="contigs" value="k21.contigs.fa" ftype="fasta" />
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
26 <param name="kmer" value="21"/>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
27 <output name="fastg">
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
28 <assert_contents>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
29 <has_text text=">NODE_1_length_576" />
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
30 </assert_contents>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
31 </output>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
32 </test>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
33 </tests>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
34 <help><![CDATA[
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
35
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
36 **MEGAHIT_toolkit contig2fastg**
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
37
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
38 Contig2fastg is a subprogram within the MEGAHIT toolkit. It converts MEGAHIT's k*.contigs.fa to fastg format that can be viewed by Bandage.
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
39
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
40 **MEGAHIT**
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
41
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
42 MEGAHIT is a single node assembler for large and complex metagenomics NGS reads, such as soil. It makes use of succinct de Bruijn graph (SdBG) to achieve low memory assembly. MEGAHIT can optionally utilize a CUDA-enabled GPU to accelerate its SdBG contstruction. The GPU-accelerated version of MEGAHIT has been tested on NVIDIA GTX680 (4G memory) and Tesla K40c (12G memory) with CUDA 5.5, 6.0 and 6.5.
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
43
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
44 --------
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
45
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
46 **Project links:**
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
47
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
48 https://github.com/voutcn/megahit
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
49 https://github.com/voutcn/megahit/blob/master/tools/toolkit.cpp
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
50
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
51
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
52 ]]></help>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
53 <citations>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
54 <citation type="doi">10.1093/bioinformatics/btv033</citation>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
55 </citations>
a4739171f886 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/megahit_contig2fastg commit 2614718d10b8e8b4bb7722d310c845e30fb267ac
galaxyp
parents:
diff changeset
56 </tool>