Skip to content

Commit

Permalink
Merge pull request #20 from xzhuo/patch-4
Browse files Browse the repository at this point in the history
Update add.rst
  • Loading branch information
lidaof authored Dec 4, 2019
2 parents 939810c + 2794aed commit bcab5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Create a file called ``mm10.js``, filling the following contents::
import chromSize from "./chromSize.json";
const allSize = chromSize.map(genom => new Chromosome(genom.chr, genom.size));
const genome = new Genome("myoLuc2", allSize);
const genome = new Genome("mm10", allSize);

const navContext = genome.makeNavContext();
const defaultRegion = navContext.parse("chr6:52425276-52425961");
Expand Down

0 comments on commit bcab5a0

Please sign in to comment.