Mercurial > repos > devteam > cuffmerge
annotate cuffmerge_wrapper.xml @ 17:04adc9db1581 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 52b81aad3194e02a04ec09eea1aa0c1e9301e942
| author | iuc |
|---|---|
| date | Wed, 23 Oct 2024 22:12:19 +0000 |
| parents | 22cf48ad7b16 |
| children |
| rev | line source |
|---|---|
|
17
04adc9db1581
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 52b81aad3194e02a04ec09eea1aa0c1e9301e942
iuc
parents:
16
diff
changeset
|
1 <tool id="cuffmerge" name="Cuffmerge" version="@TOOL_VERSION@.5" profile="@PROFILE@"> |
| 0 | 2 <description>merge together several Cufflinks assemblies</description> |
| 10 | 3 <macros> |
| 4 <import>cuff_macros.xml</import> | |
| 5 </macros> | |
|
12
1707a530e598
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffmerge commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents:
10
diff
changeset
|
6 <expand macro="requirements" /> |
|
14
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
7 <version_command>cuffmerge -v</version_command> |
|
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
|
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
9 @CUFFLINKS_LINK_GTF_INPUTS@ |
|
17
04adc9db1581
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 52b81aad3194e02a04ec09eea1aa0c1e9301e942
iuc
parents:
16
diff
changeset
|
10 echo @CUFFLINKS_GTF_INPUTS@ | sed 's/\s\+/\n/g' > assembly_GTF_list.txt && |
|
14
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
11 cuffmerge |
|
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
12 -o output |
|
8
5543c3d33e26
Convert tool to use $GALAXY_SLOTS if available.
Nate Coraor <nate@bx.psu.edu>
parents:
6
diff
changeset
|
13 --num-threads="\${GALAXY_SLOTS:-4}" |
| 0 | 14 ## Use annotation reference? |
| 15 #if $annotation.use_ref_annotation == "Yes": | |
|
12
1707a530e598
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffmerge commit eb18f691975ef9539b5ebd4f118343c8ad967a1f
devteam
parents:
10
diff
changeset
|
16 -g '${annotation.reference_annotation}' |
| 0 | 17 #end if |
| 18 | |
| 19 ## Use sequence data? | |
| 20 #if $seq_data.use_seq_data == "Yes": | |
| 10 | 21 -s |
| 0 | 22 #if $seq_data.seq_source.index_source == "history": |
|
15
86285ddd4512
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 92be38a0f40ef6d6ccb55999f3eb8bf960e376c8"
iuc
parents:
14
diff
changeset
|
23 '${seq_data.seq_source.ref_file}' |
| 0 | 24 #else: |
|
15
86285ddd4512
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit 92be38a0f40ef6d6ccb55999f3eb8bf960e376c8"
iuc
parents:
14
diff
changeset
|
25 '${seq_data.seq_source.index.fields.path}' |
| 0 | 26 #end if |
| 27 #end if | |
| 10 | 28 |
| 29 --min-isoform-fraction="${min_isoform_fraction}" | |
|
14
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
30 assembly_GTF_list.txt |
|
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
31 ]]></command> |
| 0 | 32 <inputs> |
| 10 | 33 <expand macro="cufflinks_gtf_inputs" /> |
| 0 | 34 <conditional name="annotation"> |
| 35 <param name="use_ref_annotation" type="select" label="Use Reference Annotation"> | |
| 36 <option value="No">No</option> | |
| 37 <option value="Yes">Yes</option> | |
| 38 </param> | |
| 39 <when value="Yes"> | |
| 40 <param format="gff3,gtf" name="reference_annotation" type="data" label="Reference Annotation" help="Requires an annotation file in GFF3 or GTF format."/> | |
| 41 </when> | |
| 42 <when value="No"> | |
| 43 </when> | |
| 44 </conditional> | |
| 45 <conditional name="seq_data"> | |
| 46 <param name="use_seq_data" type="select" label="Use Sequence Data" help="Use sequence data for some optional classification functions, including the addition of the p_id attribute required by Cuffdiff."> | |
| 47 <option value="No">No</option> | |
| 48 <option value="Yes">Yes</option> | |
| 49 </param> | |
| 50 <when value="No"></when> | |
| 51 <when value="Yes"> | |
| 52 <conditional name="seq_source"> | |
| 53 <param name="index_source" type="select" label="Choose the source for the reference list"> | |
| 54 <option value="cached">Locally cached</option> | |
| 55 <option value="history">History</option> | |
| 56 </param> | |
|
2
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
57 <when value="cached"> |
|
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
58 <param name="index" type="select" label="Using reference genome"> |
|
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
59 <options from_data_table="fasta_indexes"> |
| 10 | 60 <filter type="data_meta" ref="inputs" key="dbkey" column="1" /> |
|
2
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
61 <validator type="no_options" message="No reference genome is available for the build associated with the selected input dataset" /> |
|
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
62 </options> |
|
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
63 </param> |
|
5b285b6e4ee3
Update to the new data table specification.
Dave Bouvier <dave@bx.psu.edu>
parents:
0
diff
changeset
|
64 </when> |
| 0 | 65 <when value="history"> |
| 66 <param name="ref_file" type="data" format="fasta" label="Using reference file" /> | |
| 67 </when> | |
| 68 </conditional> | |
| 69 </when> | |
| 70 </conditional> | |
| 10 | 71 <param name="min_isoform_fraction" type="float" min="0" max="1" value="0.05" label="Minimum isoform fraction" help="Discard isoforms with abundance below this value" /> |
| 0 | 72 </inputs> |
| 73 | |
| 74 <outputs> | |
|
14
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
75 <data format="gtf" name="merged_transcripts" label="${tool.name} on ${on_string}: merged transcripts" from_work_dir="output/merged.gtf"/> |
| 0 | 76 </outputs> |
| 77 | |
| 78 <tests> | |
| 79 <!-- | |
| 80 cuffmerge -g cuffcompare_in3.gtf cuffcompare_in1.gtf cuffcompare_in2.gtf | |
| 81 --> | |
| 82 <test> | |
| 10 | 83 <param name="inputs" value="cuffcompare_in1.gtf,cuffcompare_in2.gtf" ftype="gtf"/> |
| 0 | 84 <param name="use_ref_annotation" value="Yes"/> |
| 85 <param name="reference_annotation" value="cuffcompare_in3.gtf" ftype="gtf"/> | |
| 10 | 86 <param name="min_isoform_fraction" value="0.08" /> |
| 0 | 87 <param name="use_seq_data" value="No"/> |
| 10 | 88 <!-- oId assignment differ/are non-deterministic --> |
| 0 | 89 <output name="merged_transcripts" file="cuffmerge_out1.gtf" lines_diff="50"/> |
| 90 </test> | |
| 91 </tests> | |
| 92 | |
| 93 <help> | |
| 94 **Cuffmerge Overview** | |
| 95 | |
| 96 Cuffmerge is part of Cufflinks_. Please cite: Trapnell C, Williams BA, Pertea G, Mortazavi AM, Kwan G, van Baren MJ, Salzberg SL, Wold B, Pachter L. Transcript assembly and abundance estimation from RNA-Seq reveals thousands of new transcripts and switching among isoforms. Nature Biotechnology doi:10.1038/nbt.1621 | |
| 97 | |
| 10 | 98 .. _Cufflinks: http://cole-trapnell-lab.github.io/cufflinks/ |
| 99 | |
| 0 | 100 ------ |
| 101 | |
| 102 **Know what you are doing** | |
| 103 | |
| 104 .. class:: warningmark | |
| 105 | |
| 106 There is no such thing (yet) as an automated gearshift in expression analysis. It is all like stick-shift driving in San Francisco. In other words, running this tool with default parameters will probably not give you meaningful results. A way to deal with this is to **understand** the parameters by carefully reading the `documentation`__ and experimenting. Fortunately, Galaxy makes experimenting easy. | |
| 107 | |
| 10 | 108 .. __: http://cole-trapnell-lab.github.io/cufflinks/cuffmerge/ |
| 0 | 109 |
| 110 ------ | |
| 111 | |
| 112 **Input format** | |
| 113 | |
| 114 Cuffmerge takes Cufflinks' GTF output as input, and optionally can take a "reference" annotation (such as from Ensembl_) | |
| 115 | |
| 116 .. _Ensembl: http://www.ensembl.org | |
| 117 | |
| 118 ------ | |
| 119 | |
| 120 **Outputs** | |
| 121 | |
| 122 Cuffmerge produces the following output files: | |
| 123 | |
| 124 Merged transcripts file: | |
| 125 | |
| 10 | 126 Cuffmerge produces a GTF file that contains an assembly that merges together the input assemblies. |
| 127 </help> | |
|
14
6a6717a5f421
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/cufflinks/cuffmerge commit a0b0845a9d1b3e7ecdeacd1e606133617e3918bd"
iuc
parents:
13
diff
changeset
|
128 <expand macro="citations"/> |
| 0 | 129 </tool> |
