Sha256: f335e2f9b4617f60a5556df0ed01dc817d4787308b0824a3d619cbb2e789c26a

Contents?: true

Size: 1.22 KB

Versions: 68

Compression:

Stored size: 1.22 KB

Contents

# Nucleotide Count

Given a single stranded DNA string, compute how many times each nucleotide occurs in the string.

The genetic language of every living thing on the planet is DNA.
DNA is a large molecule that is built from an extremely long sequence of individual elements called nucleotides.
4 types exist in DNA and these differ only slightly and can be represented as the following symbols: 'A' for adenine, 'C' for cytosine, 'G' for guanine, and 'T' thymine.

Here is an analogy:
- twigs are to birds nests as
- nucleotides are to DNA as
- legos are to lego houses as
- words are to sentences as...

* * * *

For installation and learning resources, refer to the [exercism help page][].

[exercism help page]: http://exercism.io/languages/lfe

To run the provided tests, you will need `make`.
Open a terminal window and run the following from the exercise directory:

```sh
make test
```

You should now be able to see the results of the test suite for the exercise.

## Source

The Calculating DNA Nucleotides_problem at Rosalind [http://rosalind.info/problems/dna/](http://rosalind.info/problems/dna/)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.118 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.117 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.116 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.115 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.114 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.113 tracks/lfe/exercises/nucleotide-count/README.md
trackler-2.2.1.111 tracks/lfe/exercises/nucleotide-count/README.md