annotate stringtie_merge.xml @ 28:9b48a7386627 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
author iuc
date Mon, 30 Jan 2023 12:01:07 +0000
parents d8424a4f39ed
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
93404dcc9c96 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a586aaa6ef561527cda9e922a2260aa591f43938"
iuc
parents: 24
diff changeset
1 <tool id="stringtie_merge" name="StringTie merge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
2 <description>transcripts</description>
24
b5a73e1b550b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 21
diff changeset
3 <xrefs>
b5a73e1b550b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 21
diff changeset
4 <xref type="bio.tools">stringtie</xref>
b5a73e1b550b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 21
diff changeset
5 </xrefs>
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
6 <macros>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
7 <import>macros.xml</import>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
8 </macros>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
9 <expand macro="requirements" />
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
10 <expand macro="stdio" />
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
11 <expand macro="version_command" />
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
12 <command><![CDATA[
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
13 stringtie --merge
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
14 -p \${GALAXY_SLOTS:-1}
14
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
15 #if $guide_gff:
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
16 -G '$guide_gff'
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
17 #end if
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
18 -m $min_len
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
19 -c $min_cov
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
20 -F $min_fpkm
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
21 -T $min_tpm
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
22 -f $min_iso
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
23 -g $gap_len
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
24 $keep_introns
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
25 #set inputs = "' '".join(str($input_gtf).split(','))
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
26 -o '$out_gtf' '$inputs'
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
27 ]]></command>
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
28 <inputs>
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
29 <param name="input_gtf" type="data" format="gtf,gff3" multiple="true" label="Transcripts" help="In GTF or GFF3 format" />
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
30 <param name="guide_gff" argument="-G" type="data" format="gtf,gff3" optional="true" label="Reference annotation to include in the merging" />
28
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
31 <param name="min_len" argument="-m" type="integer" min="0" value="50" label="Minimum input transcript length to include in the merge" />
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
32 <param name="min_cov" argument="-c" type="integer" min="0" value="0" label="Minimum input transcript coverage to include in the merge" />
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
33 <param name="min_fpkm" argument="-F" type="float" min="0" value="1" label="Minimum input transcript FPKM to include in the merge" />
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
34 <param name="min_tpm" argument="-T" type="float" min="0" value="1" label="Minimum input transcript TPM to include in the merge" />
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
35 <param name="min_iso" argument="-f" type="float" value="0.01" label="Minimum isoform fraction" />
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
36 <param name="gap_len" argument="-g" type="integer" value="250" label="Gap between transcripts to merge together" />
28
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
37 <param name="keep_introns" argument="-i" type="boolean" truevalue="-i" falsevalue="" checked="false" label="Keep merged transcripts with retained introns" help="By default these are not kept unless there is strong evidence for them" />
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
38 </inputs>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
39 <outputs>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
40 <data name="out_gtf" format="gtf" />
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
41 </outputs>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
42 <tests>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
43 <test>
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
44 <param name="input_gtf" ftype="gtf" value="stringtie_out1.gtf,stringtie_out2.gtf,stringtie_out3.gtf,stringtie_out4.gtf" />
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
45 <param name="guide_gff" ftype="gtf" value="stringtie_in.gtf" />
28
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
46 <output name="out_gtf" file="stringtie_merge_out1.gtf" ftype="gtf" compare="re_match" sort="true"/>
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
47 </test>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
48 <test>
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
49 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf" />
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
50 <param name="guide_gff" ftype="gtf" value="stringtie_merge_in3.gtf" />
28
9b48a7386627 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 12bd91ad0bc0a6471f34d1dd342c943f222a17d2
iuc
parents: 26
diff changeset
51 <output name="out_gtf" file="stringtie_merge_out2.gtf" ftype="gtf" compare="re_match" sort="true"/>
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
52 </test>
14
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
53 <test>
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
54 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf" />
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
55 <output name="out_gtf" ftype="gtf">
14
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
56 <assert_contents>
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
57 <has_text text="stringtie --merge" />
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
58 </assert_contents>
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
59 </output>
0f5a352b3f04 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 13
diff changeset
60 </test>
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
61 </tests>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
62 <help><![CDATA[
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
63 **What it does?**
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
64
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
65 This is a special usage mode of StringTie_, distinct from the assembly usage mode. In the merge mode, StringTie takes as input a list of GTF/GFF files and merges/assembles these transcripts into a non-redundant set of transcripts. This mode is used in the new differential analysis pipeline to generate a global, unified set of transcripts (isoforms) across multiple RNA-Seq samples.
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
66
16
bc451c12cd18 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 15
diff changeset
67 If a reference annotation is provided, StringTie will assemble the transfrags from the input GTF files with the reference transcripts.
12
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
68
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
69 .. _StringTie: http://ccb.jhu.edu/software/stringtie/
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
70 ]]></help>
f70601406e0e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 15099b938e3ef54150ebf6b67969c27928c763c0
iuc
parents:
diff changeset
71 <expand macro="citations" />
13
fde005a389b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46d41c5fec10407bd6b5cb77a11d9b43b82b95e
iuc
parents: 12
diff changeset
72 </tool>