Skip to content

Commit

Permalink
more changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vibansal committed Oct 14, 2022
1 parent 0fa7415 commit 0eb7075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ For improved haplotype accuracy with Hi-C reads, use the --hic 1 option for both
./build/extractHAIRS --hic 1 --bam HiC_reads.bam --VCF variants.vcf --out fragment_file --maxIS 10000000
./build/HAPCUT2 --hic 1 --fragments fragment_file --VCF variants.vcf --output haplotype_output_file
```
The --maxIS parameter controls the maximum insert size for which a read pair (with both ends mapped to the same chromosome) is used for phasing as a single haplotype fragment. It is recommended to align the reads using BWA with the -5, -S and -P options (BWA mem -5SPM reference.fasta read1.fq read2.fq > reads.sam). This preserves the mate-pair information in the aligned reads file.

## Phasing using data from multiple sequencing technologies

Expand Down

0 comments on commit 0eb7075

Please sign in to comment.