Install nanopolish
Installing nanopolish package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nanopolish
nanopolish package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nanopolish |
version | 0.4.0-1 |
description | consensus caller for nanopore sequencing data |
subsection | science |
website | github.com / jts / nanopolish |
maintainer | Debian Med Packaging Team |
Uninstall nanopolish
To remove just nanopolish package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nanopolish
Uninstall nanopolish and it’s dependent packages
To remove the nanopolish package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nanopolish
Purging nanopolish
If you also want to delete configuration and/or data files of nanopolish from Debian Sid then this will work:
sudo apt-get purge nanopolish
To delete configuration and/or data files of nanopolish and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nanopolish