Mercurial > repos > xuebing > sharplabtool
diff tools/emboss_5/emboss_lindna.xml @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/emboss_5/emboss_lindna.xml Fri Mar 09 19:37:19 2012 -0500 @@ -0,0 +1,99 @@ +<tool id="EMBOSS: lindna48" name="lindna" version="5.0.0"> + <!-- tool produces memory error in ajmem.c --> + <description>Draws linear maps of DNA constructs</description> + <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> + <command>lindna -infile $input1 -graphout png -goutfile $out_file1 -ruler $ruler -blocktype $blocktype -maxgroups $maxgroups -maxlabels $maxlabels -intersymbol $intersymbol -intercolour $intercolour + -interticks $interticks -gapsize $gapsize -ticklines $ticklines -textheight $textheight -textlength $textlength -margin $margin -tickheight $tickheight -blockheight $blockheight -rangeheight + $rangeheight -gapgroup $gapgroup -postext $postext -auto</command> + <inputs> + <param format="data" name="input1" type="data"> + <label>Sequences</label> + </param> + <param name="ruler" type="select"> + <label>Draw a ruler</label> + <option value="yes">Yes</option> + <option value="no">No</option> + </param> + <param name="blocktype" type="select"> + <label>Type of blocks</label> + <option value="Filled">Filled blocks</option> + <option value="Open">Open blocks</option> + <option value="Outline">Black border</option> + </param> + <param name="maxgroups" size="4" type="text" value="20"> + <label>Maximum number of groups</label> + </param> + <param name="maxlabels" size="6" type="text" value="10000"> + <label>Maximum number of labels</label> + </param> + <param name="intersymbol" type="select"> + <label>Type of blocks</label> + <option value="Straight">Straight</option> + </param> + <param name="intercolour" type="select"> + <label>Colour of junctions between blocks</label> + <option value="1">Red</option> + <option value="0">Black</option> + <option value="2">Yellow</option> + <option value="3">Green</option> + <option value="4">Aquamarine</option> + <option value="5">Pink</option> + <option value="6">Wheat</option> + <option value="7">Grey</option> + <option value="8">Brown</option> + <option value="9">Blue</option> + <option value="10">Blue-violet</option> + <option value="11">Cyan</option> + <option value="12">Turquoise</option> + <option value="13">Magenta</option> + <option value="14">Salmon</option> + <option value="15">White</option> + </param> + <param name="interticks" type="select"> + <label>Horizontal junctions between ticks</label> + <option value="no">No</option> + <option value="yes">Yes</option> + </param> + <param name="gapsize" size="6" type="text" value="500"> + <label>Interval between ticks in the ruler</label> + </param> + <param name="ticklines" type="select"> + <label>Vertical lines at the ruler's ticks</label> + <option value="no">No</option> + <option value="yes">Yes</option> + </param> + <param name="textheight" size="4" type="text" value="1.0"> + <label>Height of text. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="textlength" size="4" type="text" value="1.0"> + <label>Length of text. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="margin" size="4" type="text" value="1.0"> + <label>Width of left margin. This is the region left to the groups where the names of the groups are displayed. Enter a number <1.0 or >1.0 to decrease or increase the size, + respectively</label> + </param> + <param name="tickheight" size="4" type="text" value="1.0"> + <label>Height of ticks. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="blockheight" size="4" type="text" value="1.0"> + <label>Height of blocks. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="rangeheight" size="4" type="text" value="1.0"> + <label>Height of range ends. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="gapgroup" size="4" type="text" value="1.0"> + <label>Space between groups. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + <param name="postext" size="4" type="text" value="1.0"> + <label>Space between text and ticks, blocks, and ranges. Enter a number <1.0 or >1.0 to decrease or increase the size, respectively</label> + </param> + </inputs> + <outputs> + <data format="png" name="out_file1" /> + </outputs> + <help> + You can view the original documentation here_. + + .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/lindna.html + </help> +</tool> \ No newline at end of file