No description
- Python 100%
| .vscode | ||
| src/samcov | ||
| tests | ||
| .gitignore | ||
| environment.yml | ||
| Jenkinsfile | ||
| pyproject.toml | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
| test.csv | ||
SAMCOV (SAM/BAM Coverage)
This tool aggregates the coverage of multiple BAM/SAM file.
Installation with PIP
Using pip, installation is simple.
-
Go to the package page.
-
Follow the instructions there.
Usage
-
After installing, run
samcov -hto see information about the arguments. -
Run
samcov alignment.bam --csv output.csvwhere replacingalignment.bamwith your alignment file (SAM and BAM are supported). Replaceoutput.csvwith the path to the CSV for the output information.