Mercurial > repos > iuc > fasta_nucleotide_color_plot
diff macros.xml @ 0:980917b09eb8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fasta_nucleotide_color_plot commit e709cda2e1a3526a66e5af067772a1c5bee205be
author | iuc |
---|---|
date | Sun, 06 Mar 2016 13:45:42 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Sun Mar 06 13:45:42 2016 -0500 @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<macros> + <xml name="color_selector"> + <option value="255,0,0" selected="True">red</option> + <option value="0,255,0">green</option> + <option value="0,0,255">blue</option> + <option value="255,255,0">yellow</option> + <option value="128,0,128">purple</option> + <option value="255,165,0">orange</option> + <option value="0,0,0">black</option> + </xml> + <xml name="citations"> + <citations> + <citation type="bibtex"> + @unpublished{None, + author = {Lai, William}, + title = {None}, + year = {None}, + eprint = {None}, + url = {http://www.huck.psu.edu/content/research/independent-centers-excellence/center-for-eukaryotic-gene-regulation} + }</citation> + </citations> + </xml> +</macros>