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

Update config.yaml

parent c46f434f
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ adapters: ...@@ -108,7 +108,7 @@ adapters:
cutadapt_file: file:config/TruSeq_Stranded_RNA.fa cutadapt_file: file:config/TruSeq_Stranded_RNA.fa
alien_file: config/TruSeq_Stranded_RNA.fa alien_file: config/TruSeq_Stranded_RNA.fa
m: 25 m: 25
mode: a mode: b
options: -O 6 --trim-n --max-n 1 # for cutadapt options: -O 6 --trim-n --max-n 1 # for cutadapt
#options: -k 10 -m 5 -p 80 # for alienTrimmer #options: -k 10 -m 5 -p 80 # for alienTrimmer
quality: 30 quality: 30
...@@ -144,7 +144,7 @@ bowtie2_mapping: ...@@ -144,7 +144,7 @@ bowtie2_mapping:
star_mapping: star_mapping:
do: yes do: yes
# for small genome, STAR may abort with segmentation fault. Setting sjdb Over hang to 250 skips this issue # for small genome, STAR may abort with segmentation fault. Setting sjdb Over hang to 250 skips this issue
options: "--outFilterMismatchNoverLmax 0.05 --outSAMunmapped Within --sjdbOverhang 250" options: "--outSAMunmapped None "
threads: 4 threads: 4
......
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