Skip to content

2to3 Upgrade Procedure

Brant Faircloth edited this page Jul 6, 2018 · 3 revisions
  • Use python tools to make suggested changes to code:

    2to3 -w phyluce_assembly_assemblo_velvet
    
  • Run black against the code to autoformat

    black phyluce_assembly_assemblo_velvet
    
  • Run test for code

Clone this wiki locally