Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 authored Jan 11, 2023
1 parent c211fd3 commit c897deb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ tb.soft_masked_blocks("chr1")
tb.masked? # true / false
```

## hg19, hg38, hs1
## hg19, hg38, hs1...

Some reference genomes are provided as classes in advance. These classes automatically download 2bit files from the UCSC site into a cache directory upon first use.

Expand All @@ -121,6 +121,8 @@ hg38 = Bio::TwoBit::Hg38.new
hs1 = Bio::TwoBit::Hs1.new
```

Adding a new reference file is easy. Add [here](https://github.com/ruby-on-bioc/bio-twobit/blob/main/lib/bio/twobit/references/template.erb) the id of the genome you want to use. Pull requests are welcome.

## Development

Bug reports and pull requests are welcome on GitHub at https://github.com/ruby-on-bioc/bio-twobit.
Expand Down

0 comments on commit c897deb

Please sign in to comment.