edgardomortiz / vcf2phylip

Convert SNPs in VCF format to PHYLIP, NEXUS, binary NEXUS, or FASTA alignments for phylogenetic analysis
GNU General Public License v3.0
294 stars 85 forks source link

Plans to port to python3 ? #16

Closed tseemann closed 4 years ago

tseemann commented 5 years ago
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020.
 Please upgrade your Python as Python 2.7 won't be maintained after that date. 
A future version of pip will drop support for Python 2.7. 
More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
edgardomortiz commented 5 years ago

Hello, I think it can run under python3 without problem, but I will make the "official" changes soon.

Edgardo

danielecook commented 4 years ago

@edgardomortiz https://github.com/edgardomortiz/vcf2phylip/pull/18

tseemann commented 4 years ago

@edgardomortiz @danielecook nearly there!

  1. PR https://github.com/edgardomortiz/vcf2phylip/pull/20
  2. update version to 2.1 ?
  3. make a new release
  4. I will package into brew and conda
tseemann commented 4 years ago
  1. :heavy_check_mark:
  2. :heavy_check_mark:
sjackman commented 4 years ago

I've opened PR https://github.com/brewsci/homebrew-bio/pull/997