Skip to content
Snippets Groups Projects
Commit c1073fd3 authored by Moustakas's avatar Moustakas
Browse files

Created a help page for BaseCounter. It is incomplete

parent 1261f884
No related branches found
No related tags found
No related merge requests found
# BaseCounter
## Introduction
This tool will generate Base count based on a bam file and a refflat file
## Example
Help menu
~~~~
Usage: BaseCounter [options]
-l <value> | --log_level <value>
Log level
-h | --help
Print usage
-v | --version
Print version
-r <file> | --refFlat <file>
refFlat file. Mandatory
-o <directory> | --outputDir <directory>
Output directory. Mandatory
-b <file> | --bam <file>
Bam file. Mandatory
-p <prefix> | --prefix
~~~~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment