view circos.xml @ 35:fa736576c7ed draft

planemo upload commit 16d0bc526ad02361a7c13231d4c50479c42d8d0f-dirty
author jjkoehorst
date Mon, 04 Jul 2016 10:37:59 -0400
parents
children
line wrap: on
line source

<tool id="DCircos" name="Circle Image Generator" version="0.1">
	<description>Circos View</description>
	<requirements>
		<container type="docker">jjkoehorst/sappdocker:CIRCOS</container>
	</requirements>
	<command interpreter="docker">python3.4 /circos/circos.py '-input' '$input' -output '$output1' '$output2'</command>
	<inputs>
		<param format="ttl" label="genome ttl file" name="input" type="data"/>
	</inputs>
	<outputs>
		<data format="png" label="CIRCLE: ${input.name}" name="output1"/>
		<data format="svg" label="CIRCLE: ${input.name}" name="output2"/>
	</outputs>
	<help>Visualization of the RDF genome using CIRCOS. It requires a RDF genome with optionally gene prediction.
	</help>
	<citations>
		<citation type="bibtex">@article{Krzywinski2009,
abstract = {We created a visualization tool called Circos to facilitate the identification and analysis of similarities and differences arising from comparisons of genomes. Our tool is effective in displaying variation in genome structure and, generally, any other kind of positional relationships between genomic intervals. Such data are routinely produced by sequence alignments, hybridization arrays, genome mapping, and genotyping studies. Circos uses a circular ideogram layout to facilitate the display of relationships between pairs of positions by the use of ribbons, which encode the position, size, and orientation of related genomic elements. Circos is capable of displaying data as scatter, line, and histogram plots, heat maps, tiles, connectors, and text. Bitmap or vector images can be created from GFF-style data inputs and hierarchical configuration files, which can be easily generated by automated tools, making Circos suitable for rapid deployment in data analysis and reporting pipelines.},
author = {Krzywinski, Martin and Schein, Jacqueline and Birol, Inan\c{c} and Connors, Joseph and Gascoyne, Randy and Horsman, Doug and Jones, Steven J and Marra, Marco A},
doi = {10.1101/gr.092759.109},
issn = {1549-5469},
journal = {Genome research},
keywords = {Animals,Chromosome Mapping,Chromosomes, Artificial, Bacterial,Chromosomes, Human, Pair 17,Chromosomes, Human, Pair 17: genetics,Chromosomes, Human, Pair 6,Chromosomes, Human, Pair 6: genetics,Contig Mapping,Dogs,Gene Dosage,Gene Dosage: genetics,Genome,Genome: genetics,Genomics,Humans,Lymphoma, Follicular,Lymphoma, Follicular: genetics,Software},
month = sep,
number = {9},
pages = {1639--45},
pmid = {19541911},
title = {{Circos: an information aesthetic for comparative genomics.}},
url = {http://genome.cshlp.org/content/early/2009/06/15/gr.092759.109.abstract},
volume = {19},
year = {2009}
}

		</citation>
	</citations>
</tool>