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
1642 1643 1644 |
# File 'lib/bio/db/nexus.rb', line 1642 def get_max_col return @max_col end |