Class: MiseqRunStats::AssemblySampleStats

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

Instance Attribute Summary collapse

Instance Attribute Details

#fastq_statsObject

Returns the value of attribute fastq_stats

Returns:

  • (Object)

    the current value of fastq_stats



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def fastq_stats
  @fastq_stats
end

#mean_contig_sizeObject

Returns the value of attribute mean_contig_size

Returns:

  • (Object)

    the current value of mean_contig_size



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def mean_contig_size
  @mean_contig_size
end

#n50Object

Returns the value of attribute n50

Returns:

  • (Object)

    the current value of n50



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def n50
  @n50
end

#number_of_basesObject

Returns the value of attribute number_of_bases

Returns:

  • (Object)

    the current value of number_of_bases



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def number_of_bases
  @number_of_bases
end

#number_of_clustersObject

Returns the value of attribute number_of_clusters

Returns:

  • (Object)

    the current value of number_of_clusters



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def number_of_clusters
  @number_of_clusters
end

#number_of_contigsObject

Returns the value of attribute number_of_contigs

Returns:

  • (Object)

    the current value of number_of_contigs



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def number_of_contigs
  @number_of_contigs
end

#sample_nameObject

Returns the value of attribute sample_name

Returns:

  • (Object)

    the current value of sample_name



6
7
8
# File 'lib/miseq_run_stats.rb', line 6

def sample_name
  @sample_name
end