merenlab / anvio

An analysis and visualization platform for 'omics data
http://merenlab.org/software/anvio
GNU General Public License v3.0
423 stars 144 forks source link

anvi-init-bam bug in anvio-dev branch #2114

Closed jwilliams648 closed 11 months ago

jwilliams648 commented 11 months ago

Short description of the problem

There is a typo in line 446 of anvio/terminal.py (if warp_width < 40 ... should read wrap_width)

anvi'o version

Anvio-dev (as of 4 pm PST Sep 6, 2023)

anvi-self-test --version

System info

anvio-dev install instructions (wizar-arry)

Detailed description

line 446, in info if warp_width < 40: NameError: name 'warp_width' is not defined variable name should be 'wrap_width'

meren commented 11 months ago

There was indeed a typo, @jwilliams648. I'm sorry. That's what happens when someone who shall not be named here commits a quick fix for something close to midnight :/ It is now resolved.