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.
2240 2241 2242 |
# File 'lib/bio/alignment.rb', line 2240 def command @command end |