We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f18569 commit 1387f89Copy full SHA for 1387f89
src/quick-start.md
@@ -63,7 +63,7 @@ ft add-nucleosomes filtered.dorado.bam output.bam
63
Here is an example summary of the commands to process ONT data assuming you have already completed 6mA and CpG calling with `dorado`:
64
65
```bash
66
-`#converts to fastq for keeping all the BAM tags` \
+`#converts to fastq keeping all the BAM tags` \
67
samtools fastq -@ 8 -T "*" ONT.dorado.with.6mA.bam \
68
`#aligns the data inserting the tags back into the output BAM`
69
| minimap2 -t 32 --secondary=no -I 8G --eqx --MD -Y -y -ax map-ont reference.fasta - \
0 commit comments