-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs to readme and only build docs on doc change
- Loading branch information
1 parent
f1477d1
commit c66f508
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# scATAC Fragment Tools | ||
|
||
Tools for working with scATAC-seq fragment files. | ||
|
||
## Installation | ||
|
||
git clone https://github.com/aertslab/scatac_fragment_tools.git | ||
cd scatac_fragment_tools | ||
pip install . | ||
|
||
## Usage | ||
|
||
Please visit the [documentation](https://chrisholdgraf.com/blog/2022/install-github-from-pyproject/) |