nucleotide_count
This commit is contained in:
41
elixir/nucleotide-count/.exercism/config.json
Normal file
41
elixir/nucleotide-count/.exercism/config.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"authors": [
|
||||
"rubysolo"
|
||||
],
|
||||
"contributors": [
|
||||
"andrewsardone",
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"dalexj",
|
||||
"dantswain",
|
||||
"devonestes",
|
||||
"henrik",
|
||||
"jinyeow",
|
||||
"kytrinyx",
|
||||
"leikind",
|
||||
"lpil",
|
||||
"MarcosX",
|
||||
"neenjaw",
|
||||
"nimser",
|
||||
"parkerl",
|
||||
"rud",
|
||||
"sotojuan",
|
||||
"Teapane",
|
||||
"toriejw",
|
||||
"waiting-for-dev"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/nucleotide_count.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/nucleotide_count_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"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/"
|
||||
}
|
||||
1
elixir/nucleotide-count/.exercism/metadata.json
Normal file
1
elixir/nucleotide-count/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"nucleotide-count","id":"fb05458eec1d47cb957f302624413711","url":"https://exercism.org/tracks/elixir/exercises/nucleotide-count","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user