Skip to content

Commit 551fc00

Browse files
committed
Initial commit.
0 parents  commit 551fc00

10 files changed

+617
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Results/

BRCA1_example.json

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
1+
{
2+
"conditions": [
3+
{
4+
"name": "E3",
5+
"selections": [
6+
{
7+
"libraries": [
8+
{
9+
"barcodes": {
10+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
11+
},
12+
"fastq": {
13+
"filters": {
14+
"min quality": 20
15+
},
16+
"length": 16,
17+
"reads": "Data/BRCA1_input_sample.fq.bz2",
18+
"reverse": 0
19+
},
20+
"name": "E3 Input",
21+
"report filtered reads": false,
22+
"timepoint": 0,
23+
"variants": {
24+
"min count": 0,
25+
"use aligner": false,
26+
"wild type": {
27+
"coding": true,
28+
"reference offset": 0,
29+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
30+
}
31+
}
32+
},
33+
{
34+
"barcodes": {
35+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
36+
},
37+
"fastq": {
38+
"filters": {
39+
"min quality": 20
40+
},
41+
"length": 16,
42+
"reads": "Data/BRCA1_rep1_rd2.fq.bz2",
43+
"reverse": 0
44+
},
45+
"name": "Rep1 Rd2",
46+
"report filtered reads": false,
47+
"timepoint": 2,
48+
"variants": {
49+
"min count": 0,
50+
"use aligner": false,
51+
"wild type": {
52+
"coding": true,
53+
"reference offset": 0,
54+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
55+
}
56+
}
57+
},
58+
{
59+
"barcodes": {
60+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
61+
},
62+
"fastq": {
63+
"filters": {
64+
"min quality": 20
65+
},
66+
"length": 16,
67+
"reads": "Data/BRCA1_rep1_rd5.fq.bz2",
68+
"reverse": 0
69+
},
70+
"name": "Rep1 Rd5",
71+
"report filtered reads": false,
72+
"timepoint": 5,
73+
"variants": {
74+
"min count": 0,
75+
"use aligner": false,
76+
"wild type": {
77+
"coding": true,
78+
"reference offset": 0,
79+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
80+
}
81+
}
82+
}
83+
],
84+
"name": "Rep1"
85+
},
86+
{
87+
"libraries": [
88+
{
89+
"barcodes": {
90+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
91+
},
92+
"fastq": {
93+
"filters": {
94+
"min quality": 20
95+
},
96+
"length": 16,
97+
"reads": "Data/BRCA1_input_sample.fq.bz2",
98+
"reverse": 0
99+
},
100+
"name": "E3 Input",
101+
"report filtered reads": false,
102+
"timepoint": 0,
103+
"variants": {
104+
"min count": 0,
105+
"use aligner": false,
106+
"wild type": {
107+
"coding": true,
108+
"reference offset": 0,
109+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
110+
}
111+
}
112+
},
113+
{
114+
"barcodes": {
115+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
116+
},
117+
"fastq": {
118+
"filters": {
119+
"min quality": 20
120+
},
121+
"length": 16,
122+
"reads": "Data/BRCA1_rep2_rd2.fq.bz2",
123+
"reverse": 0
124+
},
125+
"name": "Rep2 Rd2",
126+
"report filtered reads": false,
127+
"timepoint": 2,
128+
"variants": {
129+
"min count": 0,
130+
"use aligner": false,
131+
"wild type": {
132+
"coding": true,
133+
"reference offset": 0,
134+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
135+
}
136+
}
137+
},
138+
{
139+
"barcodes": {
140+
"map file": "Data/BRCA1_example_barcodemap.txt.bz2"
141+
},
142+
"fastq": {
143+
"filters": {
144+
"min quality": 20
145+
},
146+
"length": 16,
147+
"reads": "Data/BRCA1_rep2_rd5.fq.bz2",
148+
"reverse": 0
149+
},
150+
"name": "Rep2 Rd5",
151+
"report filtered reads": false,
152+
"timepoint": 5,
153+
"variants": {
154+
"min count": 0,
155+
"use aligner": false,
156+
"wild type": {
157+
"coding": true,
158+
"reference offset": 0,
159+
"sequence": "GATTTATCTGCTCTTCGCGTTGAAGAAGTACAAAATGTCATTAATGCTATGCAGAAAATCTTAGAGTGTCCCATCTGCCTGGAGTTGATC"
160+
}
161+
}
162+
}
163+
],
164+
"name": "Rep2"
165+
}
166+
]
167+
}
168+
],
169+
"name": "BRCA1 Example",
170+
"output directory": "Results/"
171+
}
153 KB
Binary file not shown.

Data/BRCA1_input_sample.fq.bz2

47.4 MB
Binary file not shown.

Data/BRCA1_rep1_rd2.fq.bz2

8.75 MB
Binary file not shown.

Data/BRCA1_rep1_rd5.fq.bz2

14.3 MB
Binary file not shown.

Data/BRCA1_rep2_rd2.fq.bz2

4.9 MB
Binary file not shown.

Data/BRCA1_rep2_rd5.fq.bz2

7.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)