Class: MiseqRunStats::ResequencingSampleStats

Inherits:
Struct
  • Object
show all
Defined in:
lib/miseq_run_stats.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coverageObject

Returns the value of attribute coverage

Returns:

  • (Object)

    the current value of coverage



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def coverage
  @coverage
end

#fastq_statsObject

Returns the value of attribute fastq_stats

Returns:

  • (Object)

    the current value of fastq_stats



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def fastq_stats
  @fastq_stats
end

#number_of_clustersObject

Returns the value of attribute number_of_clusters

Returns:

  • (Object)

    the current value of number_of_clusters



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def number_of_clusters
  @number_of_clusters
end

#number_of_forward_reads_alignedObject

Returns the value of attribute number_of_forward_reads_aligned

Returns:

  • (Object)

    the current value of number_of_forward_reads_aligned



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def number_of_forward_reads_aligned
  @number_of_forward_reads_aligned
end

#number_of_reverse_reads_alignedObject

Returns the value of attribute number_of_reverse_reads_aligned

Returns:

  • (Object)

    the current value of number_of_reverse_reads_aligned



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def number_of_reverse_reads_aligned
  @number_of_reverse_reads_aligned
end

#number_of_snpsObject

Returns the value of attribute number_of_snps

Returns:

  • (Object)

    the current value of number_of_snps



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def number_of_snps
  @number_of_snps
end

#sample_nameObject

Returns the value of attribute sample_name

Returns:

  • (Object)

    the current value of sample_name



4
5
6
# File 'lib/miseq_run_stats.rb', line 4

def sample_name
  @sample_name
end