Skip to content

Commit

Permalink
Merge pull request #124 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
MAINT: style and doc update
  • Loading branch information
GavinHuttley committed Jun 24, 2024
2 parents 187ea39 + adf79d2 commit df09a25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@ $ elt install -d downloaded_data -np 2

## Interrogating the data

The full list of subcommands is shown below. You can get help on individual subcommands by running `elt <subcommand>` in the terminal.
We provide a conventional command line interface for querying the data with subcommands.

<details>
<summary>The full list of subcommands</summary>

You can get help on individual subcommands by running `elt <subcommand>` in the terminal.

<!-- [[[cog
import cog
Expand Down Expand Up @@ -230,4 +235,6 @@ The full list of subcommands is shown below. You can get help on individual subc
```
<!-- [[[end]]] -->

</details>

We also provide an experiment terminal user interface (TUI) that allows you to explore the data in a more interactive way. This is invoked with the `tui` subcommand.
2 changes: 1 addition & 1 deletion src/ensembl_lite/_genomedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def get_stableid_prefixes(records: typing.Sequence[EnsemblGffRecord]) -> set[str


def make_annotation_db(
src_dest: tuple[pathlib.Path, pathlib.Path]
src_dest: tuple[pathlib.Path, pathlib.Path],
) -> tuple[str, set[str]]:
"""convert gff3 file into a EnsemblGffDb
Expand Down
1 change: 0 additions & 1 deletion tests/test_genomedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def test_has_of_seqsdata(h5_genome):


def test_tidying_stableids_in_gff3():

orig = (
"ID=Transcript:ENST00000461467;Parent=Gene:ENSG00000237613;Name=FAM138A-202;bio"
)
Expand Down

0 comments on commit df09a25

Please sign in to comment.