Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Jul 10, 2024
1 parent f98847b commit 8d8ef49
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# microbe-traits-ingest

| [Documentation](https://Knowledge-Graph-Hub.github.io/microbe-traits-ingest) |
| [Documentation]http://kghub.org/microbe-traits-ingest/) |

This is ingestion code for the repository: bacteria-archaea-traits.

## Graphs
- [x] OrganismTaxon <=> Pathways
- [x] OrganismTaxon <=> Carbon substrates
- [x] Carbon substrates <=> Chemical roles
- [] OrganismTaxon <=> oxygen:XXX
- [] OrganismTaxon <=> cell_shape:XXX
- [] OrganismTaxon <=> EnvironmentalFeature (isolation_source)

## Requirements

- Python >= 3.10
Expand Down Expand Up @@ -100,21 +108,21 @@ make help
Download the data for the microbe_traits_ingest transform:

```bash
poetry run microbe_traits_ingest download
poetry run ingest download
```

To run the Koza transform for microbe-traits-ingest:

```bash
poetry run microbe_traits_ingest transform
poetry run ingest transform
```

To see available options:

```bash
poetry run microbe_traits_ingest download --help
poetry run ingest download --help
# or
poetry run microbe_traits_ingest transform --help
poetry run ingest transform --help
```

### Testing
Expand Down

0 comments on commit 8d8ef49

Please sign in to comment.