Skip to content

Commit

Permalink
2024/10/25-09:03:56 (Linux cray unknown)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbenner committed Oct 25, 2024
1 parent efc9693 commit 4602960
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ Designed with performance and usability in mind, this library is ideal for large

Please find the API documentation [here](https://docs.rs/crate/rustynetics/latest).

### Tools

The package contains the following command line tools:

| Tool | Description |
| ------------------------ | ------------------------------------------------------------------------ |
| bam-check-bin | check bin records of a bam file |
| bam-genome | print the genome (sequence table) of a bam file |
| bam-to-bigwig | convert bam to bigWig (estimate fragment length if required) |
| bam-view | print contents of a bam file |
| bigwig-genome | print the genome (sequence table) of a bigWig file |
| bigwig-info | print information about a bigWig file |
| bigwig-query | retrieve data from a bigWig file |
| bigwig-query-sequence | retrieve sequences from a bigWig file |


## Examples

### Import genes from UCSC
Expand Down

0 comments on commit 4602960

Please sign in to comment.