File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 },
4747 {
4848 "cell_type" : " code" ,
49- "execution_count" : 13 ,
49+ "execution_count" : null ,
5050 "metadata" : {},
5151 "outputs" : [],
5252 "source" : [
53+ " from pathlib import PosixPath\n " ,
54+ " \n " ,
5355 " from pygenomeviz import GenomeViz\n " ,
54- " from pygenomeviz.parser import Genbank\n " ,
5556 " from pygenomeviz.align import MUMmer\n " ,
56- " from pathlib import PosixPath "
57+ " from pygenomeviz.parser import Genbank "
5758 ]
5859 },
5960 {
Original file line number Diff line number Diff line change 519519 },
520520 {
521521 "cell_type" : " code" ,
522- "execution_count" : 1 ,
522+ "execution_count" : null ,
523523 "metadata" : {},
524524 "outputs" : [],
525525 "source" : [
526+ " import matplotlib.pyplot as plt\n " ,
526527 " import pandas as pd\n " ,
527- " import seaborn as sns\n " ,
528- " import matplotlib.pyplot as plt"
528+ " import seaborn as sns"
529529 ]
530530 },
531531 {
710710 },
711711 {
712712 "cell_type" : " code" ,
713- "execution_count" : 34 ,
713+ "execution_count" : null ,
714714 "metadata" : {},
715715 "outputs" : [],
716716 "source" : [
717- " from Bio import Entrez\n " ,
718- " import os"
717+ " import os\n " ,
718+ " \n " ,
719+ " from Bio import Entrez"
719720 ]
720721 },
721722 {
You can’t perform that action at this time.
0 commit comments