加载中...
Skip to content

Commit 45f9343

Browse files
committed
wip cleaning these up. Committing so can work on other branch
1 parent 29da79e commit 45f9343

File tree

2 files changed

+39
-49
lines changed

2 files changed

+39
-49
lines changed

scripts/make-input-fastas.ipynb

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 45,
14+
"execution_count": 1,
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
@@ -34,15 +34,15 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 63,
37+
"execution_count": 2,
3838
"metadata": {},
3939
"outputs": [
4040
{
4141
"name": "stdout",
4242
"output_type": "stream",
4343
"text": [
44-
"738 sequences were available from Fauna.\n",
45-
"568 sequences meet the geographic criteria.\n"
44+
"819 sequences were available from Fauna.\n",
45+
"649 sequences meet the geographic criteria.\n"
4646
]
4747
}
4848
],
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"cell_type": "code",
70-
"execution_count": 64,
70+
"execution_count": 3,
7171
"metadata": {},
7272
"outputs": [],
7373
"source": [
@@ -98,7 +98,7 @@
9898
},
9999
{
100100
"cell_type": "code",
101-
"execution_count": 65,
101+
"execution_count": 4,
102102
"metadata": {},
103103
"outputs": [],
104104
"source": [
@@ -115,14 +115,14 @@
115115
},
116116
{
117117
"cell_type": "code",
118-
"execution_count": 66,
118+
"execution_count": 5,
119119
"metadata": {},
120120
"outputs": [
121121
{
122122
"name": "stdout",
123123
"output_type": "stream",
124124
"text": [
125-
"There are 476 sequences that are sampled from a relevant region and have over 70% informative bases\n"
125+
"There are 552 sequences that are sampled from a relevant region and have over 70% informative bases\n"
126126
]
127127
}
128128
],
@@ -150,7 +150,7 @@
150150
},
151151
{
152152
"cell_type": "code",
153-
"execution_count": 67,
153+
"execution_count": 6,
154154
"metadata": {},
155155
"outputs": [],
156156
"source": [
@@ -164,14 +164,14 @@
164164
},
165165
{
166166
"cell_type": "code",
167-
"execution_count": 69,
167+
"execution_count": 7,
168168
"metadata": {},
169169
"outputs": [
170170
{
171171
"name": "stdout",
172172
"output_type": "stream",
173173
"text": [
174-
"There are 394 genomes that we can include in published analyses.\n"
174+
"There are 470 genomes that we can include in published analyses.\n"
175175
]
176176
}
177177
],
@@ -210,15 +210,15 @@
210210
},
211211
{
212212
"cell_type": "code",
213-
"execution_count": 70,
213+
"execution_count": 8,
214214
"metadata": {},
215215
"outputs": [
216216
{
217217
"name": "stdout",
218218
"output_type": "stream",
219219
"text": [
220220
"There were 33 sequences from different culture passages of COL/FLR/2015 that should be removed.\n",
221-
"There are now 361 sequences that should be included in the build.\n"
221+
"There are now 437 sequences that should be included in the build.\n"
222222
]
223223
}
224224
],
@@ -253,13 +253,6 @@
253253
" file.write(str(\">\" + key + \"\\n\" + publishable_seqs_no_cell_culture_passage_dict[key].lower() + \"\\n\" ))"
254254
]
255255
},
256-
{
257-
"cell_type": "code",
258-
"execution_count": null,
259-
"metadata": {},
260-
"outputs": [],
261-
"source": []
262-
},
263256
{
264257
"cell_type": "code",
265258
"execution_count": 20,
@@ -3615,7 +3608,7 @@
36153608
"name": "python",
36163609
"nbconvert_exporter": "python",
36173610
"pygments_lexer": "ipython3",
3618-
"version": "3.6.4"
3611+
"version": "3.6.12"
36193612
}
36203613
},
36213614
"nbformat": 4,

scripts/tree-plotting.ipynb

Lines changed: 25 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)