Class: CagnutSnpeff::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cagnut_snpeff/base.rb

Instance Method Summary collapse

Instance Method Details

#snp_annotation(dirs, order, previous_job_id, input = nil) ⇒ Object



5
6
7
8
9
# File 'lib/cagnut_snpeff/base.rb', line 5

def snp_annotation dirs, order, previous_job_id, input = nil
  opts = { input: input, dirs: dirs, order: order }
  snp_annotation = CagnutSnpeff::SnpAnnotation.new opts
  snp_annotation.run previous_job_id
end