Skip to content

Commit 20c27eb

Browse files
authored
fixed align parameters in basic-config as these were remnants from an older version (#51)
1 parent 9b16385 commit 20c27eb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.tests/integration/config_basic/config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ preproc:
3232
wsize: 3
3333
wqual: 20
3434

35-
### alingment
35+
### alignment
3636
align:
37-
minovlps: 10
38-
chimsegmin: 20
39-
chimoverhang: 10
40-
chimmax: 50
41-
chimmaxdrop: 30
37+
chimSegmentMin: 20
38+
chimScoreMin: 10
39+
chimJunctionOverhangMin: 10
40+
chimScoreDropMax: 20
41+
chimScoreSeparation: 10
4242

4343
### variant calling
4444
# alternative splicing
@@ -88,8 +88,8 @@ quantification:
8888
hlatyping:
8989
class: I # I, II or BOTH
9090
# specific path for class II hlatyping (only required when class: II, or BOTH)
91-
MHC-I_mode: DNA, RNA # DNA, RNA, or BOTH (if empty alleles have to be specified in custom)
92-
MHC-II_mode: BOTH # DNA, RNA, or BOTH (if empty alleles have to be specified in custom)
91+
MHC-I_mode: DNA, RNA # DNA, RNA, or custom (if empty alleles have to be specified in custom)
92+
MHC-II_mode: BOTH # DNA, RNA, or custom (if empty alleles have to be specified in custom)
9393

9494
freqdata: ./hlahd_files/freq_data/
9595
split: ./hlahd_files/HLA_gene.split.txt

0 commit comments

Comments
 (0)