MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / fastaRandom

Function fastaRandom

test/fasta.js:40–44  ·  view source on GitHub ↗
(n, table)

Source from the content-addressed store, hash-verified

38}
39
40function fastaRandom(n, table) {
41 var printLine=printLineMaker(table);
42 while ((n -= 60) > -1) { printLine(60) }
43 if (n<0 && n>-60) { printLine(60 + n) }
44}
45
46(function main(n) {
47 var ALU = "GGCCGGGCGCGGTGGCTCACGCCTGTAATCCCAGCACTTTGG" +

Callers 1

fasta.jsFile · 0.85

Calls 1

printLineMakerFunction · 0.85

Tested by

no test coverage detected