Skip to content

Commit

Permalink
fix: remove python fmt from some snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogzi authored and nvictus committed Aug 5, 2024
1 parent c5ec9f7 commit 50ee478
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ hg38 = db.assembly_info("hg38", roles=["assembled"])

Easily allows getting chromosome sizes:

```python
```text
hg38.chromsizes
> name
Expand All @@ -47,7 +47,7 @@ hg38.chromsizes

chromosome equivalences:

```python
```text
hg38.chromeq
> ncbi genbank refseq
Expand All @@ -59,7 +59,7 @@ hg38.chromeq

or assembly metadata:

```python
```text
hg38.metadata
> {'assembly_level': 'Chromosome',
Expand Down

0 comments on commit 50ee478

Please sign in to comment.