Mercurial > repos > bgruening > deeptools_plot_heatmap
comparison deepTools_macros.xml @ 37:7d1521817494 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a
author | bgruening |
---|---|
date | Thu, 23 Aug 2018 04:03:11 -0400 |
parents | 1de3ede909ef |
children | 375e7508e571 |
comparison
equal
deleted
inserted
replaced
36:1de3ede909ef | 37:7d1521817494 |
---|---|
1 <macros> | 1 <macros> |
2 | 2 |
3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> | 3 <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> |
4 <token name="@WRAPPER_VERSION@">3.0.2</token> | 4 <token name="@WRAPPER_VERSION@">3.1.2.0</token> |
5 <xml name="requirements"> | 5 <xml name="requirements"> |
6 <requirements> | 6 <requirements> |
7 <requirement type="package" version="3.0.2">deeptools</requirement> | 7 <requirement type="package" version="3.1.2">deeptools</requirement> |
8 <requirement type="package" version="1.7">samtools</requirement> | 8 <requirement type="package" version="1.7">samtools</requirement> |
9 </requirements> | 9 </requirements> |
10 <expand macro="stdio" /> | 10 <expand macro="stdio" /> |
11 <version_command>@BINARY@ --version</version_command> | 11 <version_command>@BINARY@ --version</version_command> |
12 </xml> | 12 </xml> |
214 <xml name="gtf_options"> | 214 <xml name="gtf_options"> |
215 <param argument="--metagene" type="boolean" truevalue="--metagene" falsevalue="" | 215 <param argument="--metagene" type="boolean" truevalue="--metagene" falsevalue="" |
216 label="Use a metagene model" | 216 label="Use a metagene model" |
217 help="If set and a BED12 or GTF file or files is used to provide regions, only exons will be used. This is convenient for looking at coverage over mature mRNA transcripts or similar uses where introns should be ignored." /> | 217 help="If set and a BED12 or GTF file or files is used to provide regions, only exons will be used. This is convenient for looking at coverage over mature mRNA transcripts or similar uses where introns should be ignored." /> |
218 <param argument="--transcriptID" optional="True" value="transcript" type="text" | 218 <param argument="--transcriptID" optional="True" value="transcript" type="text" |
219 label="trascript designator" | 219 label="transcript designator" |
220 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as transcripts. Default: transcript" /> | 220 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as transcripts. Default: transcript" /> |
221 <param argument="--exonID" optional="True" value="exon" type="text" | 221 <param argument="--exonID" optional="True" value="exon" type="text" |
222 label="exon designator" | 222 label="exon designator" |
223 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as exons. CDS would be another common value for this. Default: exon" /> | 223 help="When a GTF file is used to provide regions, only entries with this value as their feature (column 2) will be processed as exons. CDS would be another common value for this. Default: exon" /> |
224 <param argument="--transcript_id_designator" optional="True" value="transcript_id" type="text" | 224 <param argument="--transcript_id_designator" optional="True" value="transcript_id" type="text" |
601 of the data. Non-covered regions may represent, for | 601 of the data. Non-covered regions may represent, for |
602 example, repetitive regions that should be ignored. | 602 example, repetitive regions that should be ignored. |
603 (default: False)" /> | 603 (default: False)" /> |
604 </xml> | 604 </xml> |
605 | 605 |
606 <xml name="exactScaling"> | |
607 <param argument="--exactScaling" type="boolean" truevalue="--exactScaling" falsevalue="" checked="False" | |
608 label="Compute an exact scaling factor" | |
609 help="Compute an exact scaling factor rather than one based on | |
610 sampled reads. This is only useful in cases where you are | |
611 filtering some alignments out AND this are both rare and | |
612 tend to clump together in the genome. In such cases the | |
613 region-based sampling employed by deepTools would produce | |
614 inaccurate scaling factors. Note that this option results | |
615 in the process taking significantly more time to complete." /> | |
616 </xml> | |
617 | |
606 <xml name="input_save_matrix_values"> | 618 <xml name="input_save_matrix_values"> |
607 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/> | 619 <param argument="--saveMatrix" type="boolean" label="Save the matrix of values underlying the heatmap"/> |
608 </xml> | 620 </xml> |
609 | 621 |
610 <xml name="input_graphic_output_settings"> | 622 <xml name="input_graphic_output_settings"> |
640 <param argument="--dpi" name="dpi" type="integer" value="200" size="3" optional="True" | 652 <param argument="--dpi" name="dpi" type="integer" value="200" size="3" optional="True" |
641 label="Image dpi" help=""/> | 653 label="Image dpi" help=""/> |
642 </xml> | 654 </xml> |
643 | 655 |
644 <xml name="output_image_file_format"> | 656 <xml name="output_image_file_format"> |
645 <data format="png" name="outFileName" label="${tool.name} image"> | 657 <data format="png" name="outFileName" label="${tool.name} on ${on_string}: Image"> |
646 <change_format> | 658 <change_format> |
647 <when input="output.outFileFormat" value="pdf" format="pdf" /> | 659 <when input="output.outFileFormat" value="pdf" format="pdf" /> |
648 <when input="output.outFileFormat" value="svg" format="svg" /> | 660 <when input="output.outFileFormat" value="svg" format="svg" /> |
649 <when input="output.outFileFormat" value="eps" format="eps" /> | 661 <when input="output.outFileFormat" value="eps" format="eps" /> |
650 <when input="output.outFileFormat" value="plotly" format="html" /> | 662 <when input="output.outFileFormat" value="plotly" format="html" /> |
651 </change_format> | 663 </change_format> |
652 </data> | 664 </data> |
653 </xml> | 665 </xml> |
654 | 666 |
655 <xml name="output_image_file_format_not_nested"> | 667 <xml name="output_image_file_format_not_nested"> |
656 <data format="png" name="outFileName" label="${tool.name} image"> | 668 <data format="png" name="outFileName" label="${tool.name} on ${on_string}: Image"> |
657 <change_format> | 669 <change_format> |
658 <when input="outFileFormat" value="pdf" format="pdf" /> | 670 <when input="outFileFormat" value="pdf" format="pdf" /> |
659 <when input="outFileFormat" value="svg" format="svg" /> | 671 <when input="outFileFormat" value="svg" format="svg" /> |
660 <when input="outFileFormat" value="eps" format="eps" /> | 672 <when input="outFileFormat" value="eps" format="eps" /> |
661 <when input="outFileFormat" value="plotly" format="html" /> | 673 <when input="outFileFormat" value="plotly" format="html" /> |