Skip to content

Commit

Permalink
Add installing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdp-cloud committed Mar 28, 2024
1 parent 6b5bac2 commit 943b38c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mars-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Installing the mars-cli

Installing the mars-cli from source:

```sh
cd mars-cli # Assuming you are in the root folder
pip install .
```

If you want to install the optional testing dependencies as well, useful when contributing to the project:

```sh
pip install -e '.[test]'
```

# Extending BioSamples' records
The Python script ``biosamples-externalReferences.py`` defines a class BiosamplesRecord for managing biosample records. This class is designed to interact with the BioSamples database, allowing operations like fetching, updating, and extending biosample records.
The script takes in a dictionary of BioSamples' accessions and their associated external references, and expands the former with the latter.
Expand Down

0 comments on commit 943b38c

Please sign in to comment.