Method: Bio::Alignment::FactoryTemplate::Simple#command
- Defined in:
- lib/bio/alignment.rb
#command ⇒ Object (readonly)
Last command-line string. Returns nil or an array of String. Note that filenames described in the command-line may already be removed because these files may be temporary files.
2234 2235 2236 |
# File 'lib/bio/alignment.rb', line 2234 def command @command end |