python3.patch | (download) |
poretools/Fast5File.py |
92 46 + 46 - 0 !
poretools/__init__.py |
5 2 + 3 - 0 !
poretools/combine.py |
2 1 + 1 - 0 !
poretools/events.py |
10 5 + 5 - 0 !
poretools/fasta.py |
4 2 + 2 - 0 !
poretools/fastq.py |
4 2 + 2 - 0 !
poretools/formats.py |
2 1 + 1 - 0 !
poretools/hist.py |
2 1 + 1 - 0 !
poretools/index.py |
8 4 + 4 - 0 !
poretools/metadata.py |
12 6 + 6 - 0 !
poretools/nucdist.py |
6 3 + 3 - 0 !
poretools/occupancy.py |
12 6 + 6 - 0 !
poretools/organise.py |
2 1 + 1 - 0 !
poretools/poretools_main.py |
46 25 + 21 - 0 !
poretools/qual_v_pos.py |
2 1 + 1 - 0 !
poretools/qualdist.py |
6 3 + 3 - 0 !
poretools/readstats.py |
6 3 + 3 - 0 !
poretools/squiggle.py |
4 2 + 2 - 0 !
poretools/statistics.py |
28 14 + 14 - 0 !
poretools/stats.py |
48 24 + 24 - 0 !
poretools/tabular.py |
8 4 + 4 - 0 !
poretools/times.py |
12 6 + 6 - 0 !
poretools/winner.py |
4 2 + 2 - 0 !
poretools/yield_plot.py |
10 5 + 5 - 0 !
setup.py |
2 1 + 1 - 0 !
25 files changed, 170 insertions(+), 167 deletions(-) |
port to python3
Python2 is obsolete. Port this code to python3.
Changes consist of 2to3 output, plus fixes for tab vs. space issues, and
a fix to argparse handling when we're called with no arguments.
|