# The final looks can be customized by editing the generated # 'outdir/plot.py' script and re-running manually -cd outdir && python plot.py && pdflatex summary.tex+cd outdir && python3 plot.py && pdflatex summary.tex
From: toddrme2178@gmail.com Date: 2020-02-12 Subject: Use python3 instead of python2 The package currently uses the "python" executable, but it should be python3 compatible according to the documentation. This patch changes all the executables to use "python3" instead of "python". diff -Nur bcftools-1.15.1/doc/bcftools.1 new/doc/bcftools.1 --- bcftools-1.15.1/doc/bcftools.1 2022-04-07 17:32:58.000000000 +0200 +++ new/doc/bcftools.1 2022-04-21 17:54:28.011999739 +0200 @@ -5841,7 +5841,7 @@ .fam C # The final looks can be customized by editing the generated # \*(Aqoutdir/plot.py\*(Aq script and re\-running manually -cd outdir && python plot.py && pdflatex summary.tex +cd outdir && python3 plot.py && pdflatex summary.tex .fam .fi .if n .RE diff -Nur bcftools-1.15.1/doc/bcftools.html new/doc/bcftools.html --- bcftools-1.15.1/doc/bcftools.html 2022-04-07 17:32:58.000000000 +0200 +++ new/doc/bcftools.html 2022-04-21 17:54:28.011999739 +0200 @@ -4942,7 +4942,7 @@
# The final looks can be customized by editing the generated # 'outdir/plot.py' script and re-running manually -cd outdir && python plot.py && pdflatex summary.tex+cd outdir && python3 plot.py && pdflatex summary.tex