1
1
Fork 0
exercism/jq/nucleotide-count/.exercism/config.json
Christina Sørensen 40f6142abd
feat(jq): nucleotide, gigasecond, raindrops, space-age
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-12 17:35:16 +01:00

19 lines
428 B
JSON

{
"authors": [
"glennj"
],
"files": {
"solution": [
"nucleotide-count.jq"
],
"test": [
"test-nucleotide-count.bats"
],
"example": [
".meta/example.jq"
]
},
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
"source_url": "https://rosalind.info/problems/dna/"
}