No description
Find a file
2023-07-27 19:33:53 +00:00
.vscode Added logging 2023-07-25 15:32:52 +00:00
src/samcov Revert "Position shift calculations now occur during SAM reading" 2023-07-27 19:33:28 +00:00
tests Bumped version number 2023-07-27 19:33:53 +00:00
.gitignore Updated .gitignore 2023-07-24 17:58:24 +00:00
environment.yml Updated package metadata and environment.yml 2023-07-24 19:27:26 +00:00
Jenkinsfile Initial commit 2023-07-24 17:40:47 +00:00
pyproject.toml Initial commit 2023-07-24 17:40:47 +00:00
README.md Updated README.md 2023-07-25 15:50:43 +00:00
setup.cfg Bumped version number 2023-07-27 19:33:53 +00:00
setup.py Initial commit 2023-07-24 17:40:47 +00:00
test.csv Bumped version number 2023-07-27 19:33:53 +00:00

SAMCOV (SAM/BAM Coverage)

This tool aggregates the coverage of multiple BAM/SAM file.

Installation with PIP

Using pip, installation is simple.

  1. Go to the package page.

  2. Follow the instructions there.

Usage

  1. After installing, run samcov -h to see information about the arguments.

  2. Run samcov alignment.bam --csv output.csv where replacing alignment.bam with your alignment file (SAM and BAM are supported). Replace output.csv with the path to the CSV for the output information.