This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch master in repository poretools.
commit 4e12b17fde049d0a661d8abd7a32c4d3bcfb40aa Author: Afif Elghraoui <[email protected]> Date: Fri Jan 15 23:41:51 2016 -0800 Add manpage --- debian/manpages | 1 + debian/poretools.1 | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..eba97d4 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +debian/poretools.1 diff --git a/debian/poretools.1 b/debian/poretools.1 new file mode 100644 index 0000000..afac259 --- /dev/null +++ b/debian/poretools.1 @@ -0,0 +1,19 @@ +.TH PORETOOLS 1 "January 2016" +.SH NAME +poretools \- toolkit for working with nanopore sequencing data +.SH SYNOPSIS +.B poretools +.RI [ options ] " files" ... +.SH DESCRIPTION +.B poretools +is a flexible toolkit for exploring datasets generated by nanopore +sequencing devices from MinION for the purposes of quality control and +downstream analysis. Poretools operates directly on the native FAST5 (a +variant of the HDF5 standard) file format produced by ONT and provides a wealth of format conversion utilities and data exploration and visualization tools. +.SH OPTIONS +For a complete description, see the help menu. +.TP +.B \-h, \-\-help +Show summary of options. +.SH SEE ALSO +http://poretools.readthedocs.org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/poretools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
