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
|`sample`| Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). It should be unique and contain the antibody name. E.g: `{Treatment or cell type}_{antibody}_IP`|
125
-
|`fastq_1`| Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
126
-
|`fastq_2`| Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
127
-
|`replicate`| Integer representing replicate number. This will be identical for re-sequenced libraries. Must start from `1..<number of replicates>`. |
128
-
|`antibody`| Antibody name. This is required to segregate downstream analysis for different antibodies. Required when `control` is specified. |
129
-
|`control`| Sample name for control sample. |
130
-
|`control_replicate`| Integer representing replicate number for control sample. |
|`sample`| Custom sample name. This entry will be identical for multiple sequencing libraries/runs from the same sample. Spaces in sample names are automatically converted to underscores (`_`). It should be unique per sample and contain sufficient informations, such as the antibody name. E.g: `{Treatment or cell type}_{antibody}_IP` -> `{WT/NAIVE}_{BCATENIN}_IP`|
127
+
|`fastq_1`| Full path to FastQ file for Illumina short reads 1. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
128
+
|`fastq_2`| Full path to FastQ file for Illumina short reads 2. File has to be gzipped and have the extension ".fastq.gz" or ".fq.gz". |
129
+
|`replicate`| Integer representing replicate number. This will be identical for re-sequenced libraries. Must start from `1..<number of replicates>`. |
130
+
|`antibody`| Antibody name. This is required to segregate downstream analysis for different antibodies. Required when `control` is specified. |
131
+
|`control`| Sample name for control sample. |
132
+
|`control_replicate`| Integer representing replicate number for control sample. |
131
133
132
134
Example design files have been provided with the pipeline for [paired-end](../assets/samplesheet_pe.csv) and [single-end](../assets/samplesheet_se.csv) data.
0 commit comments