Mercurial > repos > iuc > stringtie
annotate stringtie_merge.xml @ 24:cbf488da3b2c draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 8dc7b89b32a9e86c48e9ef7078703ae277bdaf96
author | iuc |
---|---|
date | Mon, 13 May 2024 14:07:55 +0000 |
parents | 8eb8750070d4 |
children |
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
3 <macros> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
4 <import>macros.xml</import> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
5 </macros> |
18
258d696dbd7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents:
15
diff
changeset
|
6 <xrefs> |
258d696dbd7e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 999b45e8bcf810f871cda58cb66573f7d6ae37f3"
iuc
parents:
15
diff
changeset
|
7 <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
|
8 </xrefs> |
6
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
29 <param name="input_gtf" type="data" format="gtf,gff3" multiple="true" label="Transcripts" help="In GTF or GFF3 format"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
30 <param name="guide_gff" argument="-G" type="data" format="gtf,gff3" optional="true" label="Reference annotation to include in the merging"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
35 <param name="min_iso" argument="-f" type="float" value="0.01" label="Minimum isoform fraction"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
36 <param name="gap_len" argument="-g" type="integer" value="250" label="Gap between transcripts to merge together"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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"/> |
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
40 <data name="out_gtf" format="gtf"/> |
6
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
44 <param name="input_gtf" ftype="gtf" value="stringtie_out1.gtf,stringtie_out2.gtf,stringtie_out3.gtf,stringtie_out4.gtf"/> |
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
45 <param name="guide_gff" ftype="gtf" value="stringtie_in.gtf"/> |
24
cbf488da3b2c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 8dc7b89b32a9e86c48e9ef7078703ae277bdaf96
iuc
parents:
23
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
49 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf"/> |
11
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" /> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
54 <param name="input_gtf" ftype="gtf" value="stringtie_merge_in1.gtf,stringtie_merge_in2.gtf"/> |
11
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> |
23
8eb8750070d4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stringtie commit 252f4cccd66513c985b3df9480d73c8b9f994520
iuc
parents:
22
diff
changeset
|
57 <has_text text="stringtie --merge"/> |
9
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> |