Method: Bio::Nexus::NexusMatrix#get_max_col
- Defined in:
- lib/bio/db/nexus.rb
#get_max_col ⇒ Object
Returns the maximal columns number.
- Returns
-
Integer
1641 1642 1643 |
# File 'lib/bio/db/nexus.rb', line 1641 def get_max_col return @max_col end |