Skip to content

Commit

Permalink
annotation done
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Oct 23, 2024
1 parent 039b665 commit e5a0772
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ First, prepare a samplesheet with your input data that looks as follows:

**samplesheet.csv**:

```
```csv title="samplesheet.csv"
sample,fastq_1,fastq_2
mysampleA,sample_R1.fastq.gz,sample_R2.fastq.gz
mysampleB,sample_R3.fastq.gz,sample_R4.fastq.gz
Expand Down
10 changes: 5 additions & 5 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ outdir: './results/'
<...>
```
optional parameters are:
```
chunk_size # number of lines in each chunk generated from the original fastq file
qin # ASCII offset (33=Sanger, 64=old Solexa)
alphabet # allowed alphabet in the SEQ line of the FASTQ file
```yaml title="optional_params.yaml"
chunk_size: <int multiple of 4> # number of lines in each chunk generated from the original fastq file
qin: <33/64> # ASCII offset (33=Sanger, 64=old Solexa)
alphabet: <ACGTN> # allowed alphabet in the SEQ line of the FASTQ file
```
> [!WARNING]
> Caution! Too big or too small chunk size numbers may significantly impact on performance
> Caution! Too big or too small `chunk size` numbers may significantly impact on performance
:::

You can also generate such `YAML`/`JSON` files via [nf-core/launch](https://nf-co.re/launch).
Expand Down

0 comments on commit e5a0772

Please sign in to comment.