You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
## Samplesheet input
8
8
9
-
You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a tab-separated file with 4 columns, and a header row as shown in the examples below.
9
+
You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a tab-separated file with at least four columns, and a header row as shown in the examples below.
10
10
11
11
```bash
12
12
--input '[path to samplesheet file]'
@@ -15,11 +15,16 @@ You will need to create a samplesheet with information about the samples you wou
|`ID`| An incrementing value which acts as a unique number for the given sample |
20
20
|`Sample`| Custom sample name. This entry will be identical for multiple MS runs from the same sample. |
21
21
|`Condition`| Additional information of the sample can be defined here. |
22
-
|`ReplicateFileName`| Full path to the MS file. These files have the extentions .raw, .mzML, mzML.gz, .d, .d.tar.gz, .d.zip |
22
+
|`ReplicateFileName`| Full path to the MS file. These files have the extensions .raw, .mzML, mzML.gz, .d, .d.tar.gz, .d.zip |
23
+
|`Fasta`| Full path to the FASTA file. These files have the extensions .fasta, .fa, .fas, .fna, .faa, .ffn |
24
+
25
+
> [!WARNING]
26
+
> 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.
27
+
23
28
24
29
The pipeline will auto-detect whether a sample is either in mzML, raw or tdf file format using the information provided in the samplesheet.
0 commit comments