Skip to content

Commit 5113177

Browse files
committed
Fix linting
1 parent 5b0b6ca commit 5113177

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You will need to create a samplesheet with information about the samples you wou
1515
### Samplesheet columns
1616

1717
| Column | Description |
18-
|---------------------|-------------------------------------------------------------------------------------------------------|
18+
| ------------------- | ----------------------------------------------------------------------------------------------------- |
1919
| `ID` | An incrementing value which acts as a unique number for the given sample |
2020
| `Sample` | Custom sample name. This entry will be identical for multiple MS runs from the same sample. |
2121
| `Condition` | Additional information of the sample can be defined here. |
@@ -25,7 +25,6 @@ You will need to create a samplesheet with information about the samples you wou
2525
> [!WARNING]
2626
> The `Fasta` column is optional, but you can use it to provide sample-specific FASTA files. If you want to use the same FASTA file for all samples, provide it via the `--fasta` parameter. Please ensure you use one of these options.
2727
28-
2928
The pipeline will auto-detect whether a sample is either in mzML, raw or tdf file format using the information provided in the samplesheet.
3029

3130
An [example samplesheet](../assets/samplesheet.tsv) has been provided with the pipeline.

0 commit comments

Comments
 (0)