Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
manulera committed Jul 9, 2024
1 parent bfddf0c commit ce62d6a
Showing 1 changed file with 9 additions and 42 deletions.
51 changes: 9 additions & 42 deletions tests/format_sequences.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -31,7 +31,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -41,7 +41,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -50,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -85,18 +85,7 @@
{
"data": {
"text/plain": [
"LOCUS . 3 bp DNA linear UNK 20-DEC-2016\n",
"DEFINITION .\n",
"ACCESSION <unknown id>\n",
"VERSION <unknown id>\n",
"KEYWORDS .\n",
"SOURCE .\n",
" ORGANISM .\n",
" .\n",
"FEATURES Location/Qualifiers\n",
"ORIGIN\n",
" 1 aaa\n",
"//"
"'LOCUS . 3 bp DNA linear UNK 20-DEC-2016\\nDEFINITION .\\nACCESSION <unknown id>\\nVERSION <unknown id>\\nKEYWORDS .\\nSOURCE .\\n ORGANISM .\\n .\\nFEATURES Location/Qualifiers\\nORIGIN\\n 1 aaa\\n//'"
]
},
"execution_count": 6,
Expand All @@ -118,18 +107,7 @@
{
"data": {
"text/plain": [
"LOCUS name 3 bp DNA linear UNK 20-DEC-2016\n",
"DEFINITION description.\n",
"ACCESSION id\n",
"VERSION id\n",
"KEYWORDS .\n",
"SOURCE .\n",
" ORGANISM .\n",
" .\n",
"FEATURES Location/Qualifiers\n",
"ORIGIN\n",
" 1 aaa\n",
"//"
"'LOCUS name 3 bp DNA linear UNK 20-DEC-2016\\nDEFINITION description.\\nACCESSION id\\nVERSION id\\nKEYWORDS .\\nSOURCE .\\n ORGANISM .\\n .\\nFEATURES Location/Qualifiers\\nORIGIN\\n 1 aaa\\n//'"
]
},
"execution_count": 7,
Expand All @@ -151,18 +129,7 @@
{
"data": {
"text/plain": [
"LOCUS abc 3 bp DNA linear UNK 20-DEC-2016\n",
"DEFINITION abc.\n",
"ACCESSION abc\n",
"VERSION abc\n",
"KEYWORDS .\n",
"SOURCE .\n",
" ORGANISM .\n",
" .\n",
"FEATURES Location/Qualifiers\n",
"ORIGIN\n",
" 1 aaa\n",
"//"
"'LOCUS abc 3 bp DNA linear UNK 20-DEC-2016\\nDEFINITION abc.\\nACCESSION abc\\nVERSION abc\\nKEYWORDS .\\nSOURCE .\\n ORGANISM .\\n .\\nFEATURES Location/Qualifiers\\nORIGIN\\n 1 aaa\\n//'"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -214,7 +181,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit ce62d6a

Please sign in to comment.