Skip to content
Snippets Groups Projects
Commit 2f8414b1 authored by Rachel  LEGENDRE's avatar Rachel LEGENDRE
Browse files

Add example of config file and associated fastq file

parent c7a4d8b9
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,33 @@ Design columns: ...@@ -173,6 +173,33 @@ Design columns:
Link to an Example: [design.txt](https://gitlab.pasteur.fr/hub/ePeak/-/blob/master/test/design.txt) Link to an Example: [design.txt](https://gitlab.pasteur.fr/hub/ePeak/-/blob/master/test/design.txt)
**Example of config file and associated fastq file:**
For an experiment with one mark (H3K27ac) and 2 conditions (shCtrl and shUbc9) in duplicates, except for one INPUT which have failed. The list of fastq is the following :
```
H3K27ac_shCtrl_rep1_R1.fastq.gz
H3K27ac_shCtrl_rep2_R1.fastq.gz
INPUT_shCtrl_rep1_R1.fastq.gz
H3K27ac_shUbc9_rep1_R1.fastq.gz
H3K27ac_shUbc9_rep2_R1.fastq.gz
INPUT_shUbc9_rep1_R1.fastq.gz
INPUT_shUbc9_rep2_R1.fastq.gz
```
For this experiment, the config file should be :
```
IP_NAME INPUT_NAME NB_IP NB_INPUT
H3K27ac_shCtrl INPUT_shCtrl 1 1
H3K27ac_shCtrl INPUT_shCtrl 2 1
H3K27ac_shUbc9 INPUT_shUbc9 1 1
H3K27ac_shUbc9 INPUT_shUbc9 2 2
```
IP of the first condition are linked to the unique INPUT, and each IP file of second condition is linked to his INPUT.
### How to fill the config file ### How to fill the config file
All the parameters to run the pipeline are gathered in a YAML config file that the user has to fill before running the pipeline. Here is an filled example: [config.yaml](https://gitlab.pasteur.fr/hub/ePeak/-/blob/master/test/config.yaml) All the parameters to run the pipeline are gathered in a YAML config file that the user has to fill before running the pipeline. Here is an filled example: [config.yaml](https://gitlab.pasteur.fr/hub/ePeak/-/blob/master/test/config.yaml)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment