19 lines
428 B
JSON
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/"
|
|
}
|