annotate stringtie_merge.xml @ 19:333a6e13b622 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a586aaa6ef561527cda9e922a2260aa591f43938"
author iuc
date Tue, 30 Nov 2021 11:01:34 +0000
parents 258d696dbd7e
children cef79931dda5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
333a6e13b622 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a586aaa6ef561527cda9e922a2260aa591f43938"
iuc
parents: 18
diff changeset
1 <tool id="stringtie_merge" name="StringTie merge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
2 <description>transcripts</description>
18
258d696dbd7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 15
diff changeset
3 <xrefs>
258d696dbd7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 15
diff changeset
4 <xref type="bio.tools">stringtie</xref>
258d696dbd7e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents: 15
diff changeset
5 </xrefs>
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
6 <macros>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
7 <import>macros.xml</import>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
8 </macros>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
9 <expand macro="requirements" />
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
10 <expand macro="stdio" />
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
11 <expand macro="version_command" />
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
12 <command><![CDATA[
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
13 stringtie --merge
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
14 -p \${GALAXY_SLOTS:-1}
9
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
15 #if $guide_gff:
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
16 -G '$guide_gff'
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
17 #end if
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
18 -m $min_len
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
19 -c $min_cov
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
20 -F $min_fpkm
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
21 -T $min_tpm
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
22 -f $min_iso
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
23 -g $gap_len
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
24 $keep_introns
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
25 #set inputs = "' '".join(str($input_gtf).split(','))
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
26 -o '$out_gtf' '$inputs'
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
27 ]]></command>
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
28 <inputs>
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
29 <param name="input_gtf" type="data" format="gtf,gff3" multiple="true" label="Transcripts" help="In GTF or GFF3 format" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
30 <param name="guide_gff" argument="-G" type="data" format="gtf,gff3" optional="true" label="Reference annotation to include in the merging" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
31 <param name="min_len" argument="-m" type="integer" value="50" label="Minimum input transcript length to include in the merge" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
32 <param name="min_cov" argument="-c" type="integer" value="0" label="Minimum input transcript coverage to include in the merge" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
33 <param name="min_fpkm" argument="-F" type="float" value="1.0" label="Minimum input transcript FPKM to include in the merge" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
34 <param name="min_tpm" argument="-T" type="float" value="1.0" label="Minimum input transcript TPM to include in the merge" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
35 <param name="min_iso" argument="-f" type="float" value="0.01" label="Minimum isoform fraction" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
36 <param name="gap_len" argument="-g" type="integer" value="250" label="Gap between transcripts to merge together" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
37 <param name="keep_introns" argument="-i" type="boolean" truevalue="-i" falsevalue="" label="Keep merged transcripts with retained introns" help="By default these are not kept unless there is strong evidence for them" />
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
38 </inputs>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
39 <outputs>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
40 <data name="out_gtf" format="gtf" />
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
41 </outputs>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
42 <tests>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
43 <test>
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
44 <param name="input_gtf" ftype="gtf" value="stringtie_out1.gtf,stringtie_out2.gtf,stringtie_out3.gtf,stringtie_out4.gtf" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
45 <param name="guide_gff" ftype="gtf" value="stringtie_in.gtf" />
15
dd4df992d93d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a834a41c94d184df80e45ffa2339723826a075b1
iuc
parents: 11
diff changeset
46 <output name="out_gtf" file="stringtie_merge_out1.gtf" ftype="gtf" lines_diff="4" />
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
47 </test>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
48 <test>
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
49 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
50 <param name="guide_gff" ftype="gtf" value="stringtie_merge_in3.gtf" />
15
dd4df992d93d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit a834a41c94d184df80e45ffa2339723826a075b1
iuc
parents: 11
diff changeset
51 <output name="out_gtf" file="stringtie_merge_out2.gtf" ftype="gtf" lines_diff="4" />
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
52 </test>
9
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
53 <test>
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
54 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf" />
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
55 <output name="out_gtf" ftype="gtf">
9
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
56 <assert_contents>
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
57 <has_text text="stringtie --merge" />
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
58 </assert_contents>
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
59 </output>
1f23fc7df25c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 65beed7b9259920d3fdb293a1c7060860bd83594
iuc
parents: 8
diff changeset
60 </test>
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
61 </tests>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
62 <help><![CDATA[
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
63 **What it does?**
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
64
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
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.
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
66
11
6e45b443ef1f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46e597732cda927a633e133c14dd4ece39f5edf
iuc
parents: 10
diff changeset
67 If a reference annotation is provided, StringTie will assemble the transfrags from the input GTF files with the reference transcripts.
6
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
68
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
69 .. _StringTie: http://ccb.jhu.edu/software/stringtie/
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
70 ]]></help>
d0bb240d7525 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit acdc3dfe5fd6317ae57899aa0e83130dff7460e7
iuc
parents:
diff changeset
71 <expand macro="citations" />
8
3437d5a5041c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit d46d41c5fec10407bd6b5cb77a11d9b43b82b95e
iuc
parents: 6
diff changeset
72 </tool>