Newer
Older
# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
PCR:
coords:
reads: 3
start: 1
stop: 6
header: False
samples:
- name : PCR1
seq: NCAGTG
- name : PCR2
seq : CGATGT
- name : PCR3
seq: TTAGGC
- name : PCR4
seq : TGACCA
- name: PCR5
seq: NGAACG
- name: PCR6
seq: NCAACA
RT:
coords:
reads: 1
start: 6
stop: 13
header: False
samples:
- name : RT1
seq: TAGTGCC
- name : RT2
seq: GCTACCC
- name: RT3
seq: ATCGACC
- name: RT4
seq: CGACTCC
UMI:
coords:
reads: 1
start: 1
stop: 6
header: False
conditions:
wt:
- RT1
- PCR1
ko:
- RT2
- PCR2
sample_paired:
- RT2
- PCR6