1. Introduction to SeqWare
  2. Installation
  3. Getting Started
  4. SeqWare Pipeline
    1. Examples
  5. SeqWare MetaDB
  6. SeqWare Portal
  7. SeqWare Web Service
  8. SeqWare Query Engine
  9. Glossary
  10. Frequently Asked Questions
  11. APIs
  12. Source Code
  13. Plugins
  14. Modules
  15. Advanced Topics

ProcessingDataStructure2Dot

The ProcessingDataStructure2Dot plugin allows you to convert a section of the processing hierarchy into a dot file which can be converted into a graphics format of your choice. This allows you to visualize the processing hierarchy created by a particular workflow.

Examples

Extract the processing hierarchy rooted at the processing SWID 5174:

$java -jar ~/.seqware/self-installs/seqware-distribution-1.1.0-alpha.2-SNAPSHOT-full.jar -p net.sourceforge.seqware.pipeline.plugins.ProcessingDataStructure2Dot -- --parent-accession 5174
Writing dot file to output.dot

$dot -Tpng output.dot > output.png

Note for the latter step, you may need to install graphviz or a dot file viewer of your choice.