Skip to content

Commit

Permalink
Merge branch 'jdaw/update-correct-documentation' into 'release-v0.7'
Browse files Browse the repository at this point in the history
Update dorado correct documentation

See merge request machine-learning/dorado!1029
  • Loading branch information
tijyojwad committed May 29, 2024
2 parents 517a330 + 48965cc commit dcbbbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ To correct reads, run:
$ dorado correct reads.fastq(.gz) > corrected_reads.fasta
```

Dorado correct only supports FASTX(.gz) as the input and generates a FASTA file as output. An index file is generated for the input FASTX file in the same folder unless one is already present. Please ensure that the folder with the input file is writeable by the `dorado` process and has sufficient disk space (no more than 10GB should be necessary for a whole genome dataset).
Dorado correct only supports FASTX(.gz) as the input and generates a FASTA file as output. The input can be uncompressed or compressed with `bgz`. An index file is generated for the input FASTX file in the same folder unless one is already present. Please ensure that the folder with the input file is writeable by the `dorado` process and has sufficient disk space (no more than 10GB should be necessary for a whole genome dataset).

The error correction tool is both compute and memory intensive. As a result, it is best run on a system with multiple high performance CPU cores ( > 64 cores), large system memory ( > 256GB) and a modern GPU with a large VRAM ( > 32GB).

Expand Down

0 comments on commit dcbbbb1

Please sign in to comment.