Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felipelouza authored Feb 15, 2021
1 parent 39e54dc commit d1197fc
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,19 @@ section of the [AMB paper](https://doi.org/10.1186/s13015-019-0140-0).

**Notice:** if the options *--trlcp* or *--deB* are used, suffixes are sorted only up the first *k* symbols so the resulting BWT *will not* be the standard one.

## Others

### Quality score (QS) sequences

eGap can output the Quality Score (QS) sequences of a FASTQ file permuted according to the BWT symbols (allowed only for `.fastq` files).
eGap can output the Quality Scores (QS) of a FASTQ file permuted according to the BWT of the DNA bases (allowed only for `.fastq` files).

*--qs*
QS permuted according to the BWT

**Example**
QS permuted according to the BWT (output file `.bwt.qs`)

```sh
./eGap -m 4096 dataset/reads.fastq -o file1 --qs
```
For example:
` eGap -m 4096 file.fastq --qs`
will produce the output files: *file.fastq.bwt*, *file.fastq.bwt.qs*

The output files are `file1.bwt`, `file1.bwt.qs`, and `file1.eGap.log`

## Datasets

Expand Down

0 comments on commit d1197fc

Please sign in to comment.