Skip to main content

A report generating system for PyPPL

Project description

pyppl_report

Pypi Github PyPPL PythonVers docs Travis building Codacy Codacy coverage

A report generating system for PyPPL

Installation

Requires pandoc 2.7+ (and wkhtmltopdf 0.12.4+ when creating PDF reports)

pyppl_report requires pandoc/wkhtmltopdf to be installed in $PATH

pip install pyppl_report

Usage

Specifiation of template

pPyClone.report = """
## {{title}}

PyClone[1] is a tool using Probabilistic model for inferring clonal population structure from deep NGS sequencing.

![Similarity matrix]({{path.join(job.o.outdir, "plots/loci/similarity_matrix.svg")}})

```table
caption: Clusters
file: "{{path.join(job.o.outdir, "tables/cluster.tsv")}}"
rows: 10
```

[1]: Roth, Andrew, et al. "PyClone: statistical inference of clonal population structure in cancer." Nature methods 11.4 (2014): 396.
"""

# or use a template file

pPyClone.report = "file:/path/to/template.md"

Generating report

PyPPL().start(pPyClone).run().report('/path/to/report', title = 'Clonality analysis using PyClone')

Snapshort

Extra data for rendering

You can generate a YAML file named job.report.data.yaml under <job.outdir> with extra data to render the report template. Beyond that, proc attributes and args can also be used.

For example: job.report.data.yaml:

description: 'A awesome report for job 1'

Then in your template, you can use it:

## {{jobs[0].description}}

Showing tables with csv/tsv file

```table
caption    : An awesome table
file       : /path/to/csv/tsv/file
header     : true
width      : 1   # width of each column
total_width: .8  # total width of the table
align      : default # alignment of each column
rows       : 10  # max rows to show
cols       : 0   # max cols to show, default: 0 (show all)
csvargs    : # csvargs for `csv.read`
	dialect: unix
	delimiter: "\t"

You may also specify width and align for individual columns:

width:
  - .1
  - .2
  - .1

References

We use [1], [2] ... to link to the references, so HTML links have to be in-place (in the format of [text](link) instead of [text][link-index]). All references from different processes will be re-ordered and combined.

Advanced usage

ReadTheDocs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyppl_report-0.2.0.tar.gz (167.8 kB view details)

Uploaded Source

Built Distribution

pyppl_report-0.2.0-py3-none-any.whl (171.6 kB view details)

Uploaded Python 3

File details

Details for the file pyppl_report-0.2.0.tar.gz.

File metadata

  • Download URL: pyppl_report-0.2.0.tar.gz
  • Upload date:
  • Size: 167.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.1 Linux/4.15.0-1028-gcp

File hashes

Hashes for pyppl_report-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3748b0cc41d56eea6e593aff6d49c50b02b588185a1c2632e1b96e4a75673f4f
MD5 64cc71b195059e46a44f3994a251228f
BLAKE2b-256 75a79b31ec73d2bf925bbf7ce2edc6e964c3612a48c895922452729ee9061b96

See more details on using hashes here.

File details

Details for the file pyppl_report-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pyppl_report-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 171.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.7.1 Linux/4.15.0-1028-gcp

File hashes

Hashes for pyppl_report-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 74cb28c4c4aa00152ffb6d02f21a15e6e6b562bf0d984b6848d76f88abbde57b
MD5 9af934a462c25f15897725fe62031f51
BLAKE2b-256 9f5d559b88a32945ec927280e9fa0f786f7689fb4c6eaaa91c41cc3691f1075d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page