package Genome::Model::Tools::Music::Base; use strict; use warnings; use Genome; our $VERSION = $Genome::Model::Tools::Music::VERSION; class Genome::Model::Tools::Music::Base { is => ['Command::V2'], is_abstract => 1, attributes_have => [ file_format => { is => 'Text', is_optional => 1, } ], doc => "Mutational Significance In Cancer (Cancer Mutation Analysis)" }; sub _doc_copyright_years { (2010,2011); } sub _doc_license { my $self = shift; my (@y) = $self->_doc_copyright_years; return <(1), B(1) EOS } sub _doc_manual_body { my $help = shift->help_detail; $help =~ s/\n+$/\n/g; return $help; } sub help_detail { return "This tool is part of the MuSiC suite. See:\n" . join("\n",shift->_doc_see_also) . "\n"; } 1;