Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzheng123 authored Mar 25, 2021
1 parent a04e539 commit 4b9a929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Run "make" in the program directory to compile
--fasta <string> Input reference sequence file
--bam <string> Input bam file, in the format of SAMPLE_NAME:BAM_FILE. This paramter need to be specified at least once
e.g: --bam s_EV_crc_007:Proj_4495.eta_indelRealigned_recal_s_EV_crc_007_M3.bam.
--bam_fof <string> Input file of file with each row in the format of \"SAMPLE_NAME\tBAM_FILE\". This paramter is optional if --bam is specified at least once
--maf <string> Input variant file in TCGA maf format. --maf or --vcf need to be specified at least once. But --maf and --vcf are mutually exclusive
--vcf <string> Input variant file in vcf-like format(the first 5 columns are used). --maf or --vcf need to be specified at least once. But --maf and --vcf are mutually
--output <string> Output file
Expand All @@ -30,6 +31,7 @@ Run "make" in the program directory to compile
--filter_non_primary [0, 1] Whether to filter reads that are marked as non primary alignment. Default 0
--positive_count [0, 1] Whether to output positive strand read counts DPP/RDP/ADP. 0=off, 1=on. Default 1
--fragment_count [0, 1] Whether to output fragment read counts DPF/RDF/ADF. 0=off, 1=on. Default 0
--fragment_fractional_weight Whether to add a fractional depth (0.5) when there is disaggrement between strands on an ALT allele. Default 0
--suppress_warning <int> Only print a limit number of warnings for each type. Default 3
--help Print command line usage
Expand Down

0 comments on commit 4b9a929

Please sign in to comment.