kishwarshafin/helen

wrong script in example Usage in README.md

Closed this issue · 1 comments

Dear,

In README.md Step 2 example script:

samtools sort -@ 32 unsorted.bam | samtools view > reads_2_assembly.0x904q60.bam

should be

samtools sort -@ 32 unsorted.bam >reads_2_assembly.0x904q60.bam

Best,
Jia

Hi Jia,

Thank you for opening the issue. You are correct. I will fix this issue soon.