@@ -136,7 +136,7 @@ run it in NNCR using environment modules via
...
@@ -136,7 +136,7 @@ run it in NNCR using environment modules via
- Genome information
- Genome information
fill only the first lines relative to the first genome
Fill only the four first lines relative to the first genome with your eukaryotic genome. No need to fill "host_" information when host_mapping is set to no : lines will be ignored by the pipeline. In any case, no need to comment a line in the config.yaml, it will broke the pipeline.
```
```
genome:
genome:
...
@@ -163,8 +163,8 @@ adapters:
...
@@ -163,8 +163,8 @@ adapters:
alien_file: config/TruSeq_Stranded_RNA.fa
alien_file: config/TruSeq_Stranded_RNA.fa
m: 25
m: 25
mode: b
mode: b
#options: -O 6 --trim-n --max-n 1 # for cutadapt
options_cutadapt: -O 6 --trim-n --max-n 1
options: -k 10 -m 5 -p 80 # for alienTrimmer
options_alien: -k 10 -m 5 -p 80
quality: 30
quality: 30
threads: 4
threads: 4
...
@@ -196,9 +196,10 @@ Other tools are set to 'no'
...
@@ -196,9 +196,10 @@ Other tools are set to 'no'
Why counting with Salmon and not STAR ? some informations here :
Why counting with Salmon and not STAR ? some informations here :
fill the genome section with pathogen and host genomes
Fill the genome section with pathogen and host genomes (fasta and gff)
```
```
genome:
genome:
...
@@ -233,8 +234,8 @@ adapters:
...
@@ -233,8 +234,8 @@ adapters:
alien_file: config/TruSeq_Stranded_RNA.fa
alien_file: config/TruSeq_Stranded_RNA.fa
m: 25
m: 25
mode: b
mode: b
#options: -O 6 --trim-n --max-n 1 # for cutadapt
options_cutadapt: -O 6 --trim-n --max-n 1
options: -k 10 -m 5 -p 80 # for alienTrimmer
options_alien: -k 10 -m 5 -p 80
quality: 30
quality: 30
threads: 4
threads: 4
...
@@ -282,7 +283,8 @@ Other tools are set to 'no'
...
@@ -282,7 +283,8 @@ Other tools are set to 'no'
- Genome information
- Genome information
fill the genome section with bacteria information
Fill only the four first lines relative to the first genome with your prokaryotic genome. No need to fill "host_" information when host_mapping is set to no : lines will be ignored by the pipeline. In any case, no need to comment a line in the config.yaml, it will broke the pipeline.