Skip to content

Commit

Permalink
fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
haozhu233 committed Jun 27, 2023
1 parent 9c227f4 commit 12edf31
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository include code and documentation for our manuscript "Improving Gen

## Install

This package is available on pip
This package is available on pip

```
pip install grn-dazzle
Expand All @@ -22,7 +22,7 @@ The core function `runDAZZLE` requires the following two things to get started:
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1kwRG0dsqJAHxsOXF9zFeyNxpuh_TWSGg?usp=sharing)

```
from grn-dazzle import load_beeline, runDAZZLE, get_metrics, DEFAULT_DAZZLE_CONFIGS
from dazzle import load_beeline, runDAZZLE, get_metrics, DEFAULT_DAZZLE_CONFIGS
bl_data, bl_ground_truth = load_beeline(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [
]
license = {file = "LICENSE"}
description = "Improving single-cell GRN Inference using Dropout Augmentation"
version = "0.0.1"
version = "0.0.2"
requires-python = ">=3.7"
classifiers = ["License :: OSI Approved :: MIT License"]
readme = "README.md"
Expand All @@ -28,4 +28,7 @@ dependencies = [
]

[project.urls]
Home = "https://bcb.cs.tufts.edu/DAZZLE/"
Home = "https://bcb.cs.tufts.edu/DAZZLE/"

[tool.flit.module]
name = "dazzle"

0 comments on commit 12edf31

Please sign in to comment.