comparison emboss_isochore.xml @ 11:0e2484b6829b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
author iuc
date Mon, 30 Jan 2017 13:27:40 -0500
parents 9b98d3d903c6
children 27c43fb015f0
comparison
equal deleted inserted replaced
10:9b98d3d903c6 11:0e2484b6829b
1 <tool id="EMBOSS: isochore47" name="isochore" version="5.0.0"> 1 <tool id="EMBOSS: isochore47" name="isochore" version="5.0.0.1">
2 <description>Plots isochores in large DNA sequences</description> 2 <description>Plots isochores in large DNA sequences</description>
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> 3 <macros>
4 <command interpreter="perl">emboss_single_outputfile_wrapper.pl isochore -sequence $input1 -outfile $ofile2 -goutfile $ofile1 -graph png -window $window -shift $shift -auto</command> 4 <import>macros.xml</import>
5 <!-- <command interpreter="perl">emboss_single_outputfile_wrapper.pl isochore -sequence $input1 -goutfile $ofile1 -graph png -window $window -shift $shift -auto</command>--> 5 </macros>
6 <expand macro="requirements" />
7 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' isochore -sequence '$input1' -outfile '$ofile2' -goutfile '$ofile1' -graph png -window $window -shift $shift -auto</command>
6 <inputs> 8 <inputs>
7 <param format="fasta" name="input1" type="data"> 9 <param name="input1" type="data" format="fasta" label="Sequences" />
8 <label>Sequences</label> 10 <param name="window" type="integer" value="1000" label="Window size" />
9 </param> 11 <param name="shift" type="integer" value="100" label="Shift increment" />
10 <param name="window" type="text" value="1000">
11 <label>Window size</label>
12 </param>
13 <param name="shift" type="text" value="100">
14 <label>Shift increment</label>
15 </param>
16 </inputs> 12 </inputs>
17 <outputs> 13 <outputs>
18 <data format="png" name="ofile1" /> 14 <data name="ofile1" format="png" />
19 <data format="isochore" name="ofile2" /> 15 <data name="ofile2" format="isochore" />
20 </outputs> 16 </outputs>
21 <!-- <tests> 17 <!-- <tests>
22 <test> 18 <test>
23 <param name="input1" value="2.fasta"/> 19 <param name="input1" value="2.fasta"/>
24 <param name="window" value="1000"/> 20 <param name="window" value="1000"/>
25 <param name="shift" value="100"/> 21 <param name="shift" value="100"/>
26 <output name="ofile1" file="emboss_isochore_out.isochore"/> 22 <output name="ofile1" file="emboss_isochore_out.isochore"/>
27 <output name="ofile2" file="emboss_isochore_out.isochore"/> 23 <output name="ofile2" file="emboss_isochore_out.isochore"/>
28 </test> 24 </test>
29 <test> 25 <test>
30 <param name="input1" value="2.fasta"/> 26 <param name="input1" value="2.fasta"/>
31 <param name="window" value="1000"/> 27 <param name="window" value="1000"/>
32 <param name="shift" value="100"/> 28 <param name="shift" value="100"/>
33 <output name="ofile2" file="emboss_isochore_out.isochore"/> 29 <output name="ofile2" file="emboss_isochore_out.isochore"/>
34 </test> 30 </test>
35 </tests>--> 31 </tests>-->
36 <help> 32 <help>
37
38 .. class:: warningmark 33 .. class:: warningmark
39 34
40 The input dataset needs to be sequences. 35 The input dataset needs to be sequences.
41 36
42 ----- 37 -----
43 38
44 **Syntax** 39 **Syntax**
45 40
46 This application plots GC content over a sequence. It is intended for large sequences such as complete chromosomes or large genomic contigs, although interesting results can also be obtained from shorter sequences. You can view the original documentation here_. 41 This application plots GC content over a sequence. It is intended for large sequences such as complete chromosomes or large genomic contigs, although interesting results can also be obtained from shorter sequences. You can view the original documentation here_.
47 42
48 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/isochore.html 43 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/isochore.html
49 44
50 - Both **Window size** and **Shift increment** are intergers. 45 - Both **Window size** and **Shift increment** are intergers.
51 46
52 ----- 47 -----
53 48
75 240 0.553 70 240 0.553
76 71
77 - Output graphics file: 72 - Output graphics file:
78 73
79 .. image:: ./static/emboss_icons/isochore.png 74 .. image:: ./static/emboss_icons/isochore.png
80
81 ------
82
83 **Citation**
84
85 For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. &lt;http://www.ncbi.nlm.nih.gov/pubmed/10827456&gt;`_
86
87 If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. &lt;http://www.ncbi.nlm.nih.gov/pubmed/17568012&gt;`_
88
89 </help> 75 </help>
76 <expand macro="citations" />
90 </tool> 77 </tool>