Skip to content

Commit

Permalink
GIT: Merge pull request #1 from GavinHuttley/main
Browse files Browse the repository at this point in the history
Small tweaks for portability and simplifying user experience
  • Loading branch information
Vini2 authored Jun 7, 2024
2 parents 79c7d6c + 9238509 commit 103984d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 1 addition & 7 deletions DEMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ Activate the environment.
conda activate gbintk
```

Now let's install `gbintk` using the following command.

```bash
flit install
```

Test your installation.

```bash
Expand Down Expand Up @@ -84,4 +78,4 @@ Below are some example visualisations generated.

<p align="center">
<img src="https://raw.githubusercontent.com/metagentools/gbintk/master/docs/final_GraphBin_binning_result.png" width="700" title="Refined binning result" alt="Refined binning result">
</p>
</p>
5 changes: 5 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ dependencies:
- click
- biopython
- python-igraph
- cairo
- pkg-config
- fraggenescan
- hmmer
- networkx
- scipy
- numpy
- pandas
- tqdm
- pip
- pip:
- .

0 comments on commit 103984d

Please sign in to comment.