Mercurial > repos > artbio > rsem
annotate purge_gtf_from_multichrom_genes.xml @ 9:e00a79cf5f8c draft default tip
"planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit fdb6ccd340e366ef386d69ff344036a83e479b2f"
author | artbio |
---|---|
date | Tue, 03 Mar 2020 07:28:39 -0500 |
parents | 45a30e216fec |
children |
rev | line source |
---|---|
6
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
1 <tool id="purgegtffrommultichromgenes" name="Purge GTF" version="@WRAPPER_VERSION@"> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
2 <description>from multi-chromosomes genes</description> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
3 <macros> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
4 <import>macros.xml</import> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
5 </macros> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
6 <requirements> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
7 </requirements> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
8 <stdio> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
9 <exit_code range="1:" level="warning" description="Tool exception" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
10 </stdio> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
11 <command detect_errors="exit_code"><![CDATA[ |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
12 python '$__tool_directory__'/purge_gtf_from_multichrom_genes.py |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
13 --input '$input' |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
14 --output '$output' |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
15 --log '$log' |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
16 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
17 ]]></command> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
18 <inputs> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
19 <param name="input" type="data" format="gtf" label="GTF input file to be purged of multichromosome genes" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
20 </inputs> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
21 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
22 <outputs> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
23 <data format="tabular" name="log" label="gtf purge LOG" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
24 <data format="gtf" name="output" label="purged_${input.name}" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
25 </outputs> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
26 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
27 <tests> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
28 <test> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
29 <param name="input" value="GTF_to_purge.gtf"/> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
30 <output name="output" value="purged.gtf" ftype="gtf" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
31 <output name="log" value="purged.gtf.log" ftype="tabular" /> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
32 </test> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
33 </tests> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
34 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
35 <help> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
36 .. class:: infomark |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
37 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
38 This script removes genes with multichromosome locations from gtf file. This avoid rsem error |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
39 due to ambiguous feature coordinates on multiple chromosomes. |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
40 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
41 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
42 </help> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
43 <citations> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
44 <citation type="doi">10.1186/1471-2105-12-323</citation> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
45 </citations> |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
46 |
45a30e216fec
planemo upload for repository https://github.com/artbio/tools-artbio/tree/master/tools/rsem commit 4bc762d0932b87d4e91ce76bc3eeb52f0b8d3bc6
artbio
parents:
diff
changeset
|
47 </tool> |