Skip to content
Snippets Groups Projects
Commit 782a1785 authored by Vermaat's avatar Vermaat
Browse files

Remove some double slides

parent 72b2f8d8
No related branches found
No related tags found
No related merge requests found
...@@ -2631,36 +2631,6 @@ ...@@ -2631,36 +2631,6 @@
"**Hint:** All elements in a set are unique." "**Hint:** All elements in a set are unique."
] ]
}, },
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"$\\S$ Exercise: Analyse a repeat structure\n",
"===\n",
"\n",
"* Make a short tandem repeat that consists of three \"ACGT\" units and five \"TTATT\" units.\n",
"* Print all suffixes of the repeat structure."
]
},
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"source": [
"$\\S$ Exercise: Analyse a repeat structure\n",
"===\n",
"\n",
"* Print all substrings of length 3.\n",
"* Print all unique substrings of length 3."
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
...@@ -2679,78 +2649,6 @@ ...@@ -2679,78 +2649,6 @@
" 2 * (4 > 3)" " 2 * (4 > 3)"
] ]
}, },
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * 3 > 4"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 9,
"text": [
"True"
]
}
],
"prompt_number": 9
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * (3 > 4)"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 10,
"text": [
"0"
]
}
],
"prompt_number": 10
},
{
"cell_type": "code",
"collapsed": false,
"input": [
"2 * (4 > 3)"
],
"language": "python",
"metadata": {
"slideshow": {
"slide_type": "fragment"
}
},
"outputs": [
{
"metadata": {},
"output_type": "pyout",
"prompt_number": 11,
"text": [
"2"
]
}
],
"prompt_number": 11
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": { "metadata": {
......
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