annotate create_gffdb.xml @ 2:b956465b8893 draft default tip

planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit f84d4d6e7fa7617e4b8298007db22e1355071213-dirty
author jjohnson
date Tue, 17 Apr 2018 10:19:30 -0400
parents 8880c2e4b2ee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
1 <tool id="create_gffdb" name="Create gffutils SQLite DB" version="0.1.0">
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
2 <description>for GTF or GFF3</description>
0
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
3 <requirements>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
4 <requirement type="package">gffutils</requirement>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
5 </requirements>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
2
b956465b8893 planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit f84d4d6e7fa7617e4b8298007db22e1355071213-dirty
jjohnson
parents: 1
diff changeset
7 python '$__tool_directory__/create_gffdb.py' $disable_infer_transcripts $disable_infer_genes $create_introns '$input' '$output'
0
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
8 ]]></command>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
9 <inputs>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
10 <param name="input" type="data" format="gtf,gff3" label="GTF or GFF3 Annotation"/>
1
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
11 <param name="create_introns" type="boolean" truevalue="--create_introns" falsevalue="" checked="false"
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
12 label="create intron features"/>
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
13 <param name="disable_infer_transcripts" type="boolean" truevalue="--disable_infer_transcripts" falsevalue="" checked="true"
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
14 label="disable_infer_transcripts (True for Ensmbl GTF)"
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
15 help="Can be more than 100 times slower if this is false"/>
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
16 <param name="disable_infer_genes" type="boolean" truevalue="--disable_infer_genes" falsevalue="" checked="true"
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
17 label="disable_infer_transcripts (True for Ensmbl GTF)"
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
18 help="Can be more than 100 times slower if this is false"/>
0
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
19 </inputs>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
20 <outputs>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
21 <data name="output" format="sqlite" label="${tool.name} ${input.name}.sqlite" />
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
22 </outputs>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
23 <tests>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
24 <test>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
25 <param name="input" ftype="gtf" value="GRCm38.gtf"/>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
26 <output name="output" file="GRCm38.gtf.sqlite" ftype="sqlite" compare="sim_size" delta="5000" />
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
27 </test>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
28 <test>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
29 <param name="input" ftype="gff3" value="GRCm38.gff3"/>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
30 <output name="output" file="GRCm38.gff3.sqlite" ftype="sqlite" compare="sim_size" delta="5000" />
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
31 </test>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
32 </tests>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
33 <help><![CDATA[
1
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
34 Creates a SQLite database for a GTF or GFF3 feature file.
8880c2e4b2ee planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit eeb6499c828d0a99b6a891ed88de690cc1b8aeed-dirty
jjohnson
parents: 0
diff changeset
35 http://daler.github.io/gffutils/index.html
0
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
36 ]]></help>
8ba71aead5bc planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/gffutils commit 186424e18ed21f2aea293fa7c4b654a9a4fb5d8c-dirty
jjohnson
parents:
diff changeset
37 </tool>