Skip to content

Commit

Permalink
Refactor README to fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Mihara committed Oct 18, 2024
1 parent 8ce159a commit 51813dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To be published.
- [Output](#output)
- [Tips to Speed Up Demultiplexing](#tips-to-speed-up-demultiplexing)
- [Options](#options)
- [Example: How Barcode Length and Option Values Affect Classification](#example-how-barcode-length-and-option-values-affect-classification)
- [Example: How Barcode Length and Option Values Affect Classification](#example-how-barcode-length-and-option-values-affect-classification)
- [Support or Contact](#support-or-contact)


Expand Down Expand Up @@ -140,7 +140,7 @@ execute_demultiplexing(FASTQ_file, barcode_file, output_directory, output_prefix
- **`output_prefix::String`** (default: `""`):
- Specifies the prefix for the output files when processing a single FASTQ file. If not provided, the prefix defaults to the name of the FASTQ file.

### Example: How Barcode Length and Option Values Affect Classification
## Example: How Barcode Length and Option Values Affect Classification

We assume the case where Barcode Length is 10, `max_error_rate ` is 0.2, `min_delta` is 0.2, `mismatch` is 1, `indel` is 2.

Expand Down

0 comments on commit 51813dc

Please sign in to comment.