Re: git: 2b1ef5b34e0e - main - biology/py-dna-features-viewer: Python lib to visualize DNA features
Date: Thu, 03 Feb 2022 17:23:41 UTC
On Thu, Feb 3, 2022 at 12:39 PM Jason W. Bacon <jwb@freebsd.org> wrote: > The branch main has been updated by jwb: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=2b1ef5b34e0ee73661c0b9755f4e6806de1095d5 > > commit 2b1ef5b34e0ee73661c0b9755f4e6806de1095d5 > Author: Jason W. Bacon <jwb@FreeBSD.org> > AuthorDate: 2022-02-03 12:37:38 +0000 > Commit: Jason W. Bacon <jwb@FreeBSD.org> > CommitDate: 2022-02-03 12:37:38 +0000 > > biology/py-dna-features-viewer: Python lib to visualize DNA features > > DNA Features Viewer is a Python library to visualize DNA features, e.g. > from GenBank or Gff files. > > DNA Features Viewer can plot sequence maps linearly or circularly, with > or without nucleotide sequence and amino-acid sequences. The plotter > automatically produces clear plots even for sequences with many > overlapping features and long labels. The library plays well with > Matplotlib and Biopython, and the figures can be saved in different > formats (PNG, JPEG, SVG, PDF), e.g. for report generation or LIMS > interfaces. > --- > biology/py-dna-features-viewer/Makefile | 20 ++++++++++++++++++++ > biology/py-dna-features-viewer/distinfo | 3 +++ > biology/py-dna-features-viewer/pkg-descr | 12 ++++++++++++ > 3 files changed, 35 insertions(+) Hi, You didn't hook it to the build. Antoine