annotate sappDocker/circos.xml @ 31:957156367442 draft

Uploaded
author jjkoehorst
date Wed, 29 Jun 2016 01:36:58 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
1 <tool id="DCircos" name="Circle Image Generator" version="0.1">
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
2 <description>Circos View</description>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
3 <requirements>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
4 <container type="docker">jjkoehorst/sappdocker:CIRCOS</container>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
5 </requirements>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
6 <command interpreter="docker">python3.4 /circos/circos.py '-input' '$input' -output '$output1' '$output2'</command>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
7 <inputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
8 <param format="ttl" label="genome ttl file" name="input" type="data"/>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
9 </inputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
10 <outputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
11 <data format="png" label="CIRCLE: ${input.name}" name="output1"/>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
12 <data format="svg" label="CIRCLE: ${input.name}" name="output2"/>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
13 </outputs>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
14 <help>Visualization of the RDF genome using CIRCOS. It requires a RDF genome with optionally gene prediction.
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
15 </help>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
16 <citations>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
17 <citation type="bibtex">@article{Krzywinski2009,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
18 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.},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
19 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},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
20 doi = {10.1101/gr.092759.109},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
21 issn = {1549-5469},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
22 journal = {Genome research},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
23 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},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
24 month = sep,
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
25 number = {9},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
26 pages = {1639--45},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
27 pmid = {19541911},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
28 title = {{Circos: an information aesthetic for comparative genomics.}},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
29 url = {http://genome.cshlp.org/content/early/2009/06/15/gr.092759.109.abstract},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
30 volume = {19},
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
31 year = {2009}
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
32 }
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
33
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
34 </citation>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
35 </citations>
957156367442 Uploaded
jjkoehorst
parents:
diff changeset
36 </tool>