-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation to reflect distribution vector of flexiplex-filter
- Loading branch information
1 parent
f1698ad
commit 07ff4c3
Showing
3 changed files
with
34 additions
and
22 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,8 +1,15 @@ | ||
# scripts | ||
|
||
This directory contains a script, `filter-barcodes.py`, which can be used to: | ||
This directory contains a Python tool, `flexiplex-filter`, which can be used to: | ||
* Find an inflection point automatically | ||
* Graph the knee plot of the barcode ranks/counts | ||
* Filter using a whitelist of known barcodes | ||
|
||
More information, including installation instructions, is detailed in the [usage file](usage.md). | ||
It is recommended that you run `flexiplex-filter` using the [`uv` package manager](https://docs.astral.sh/uv/getting-started/installation/): | ||
|
||
```sh | ||
uvx --from git+https://github.com/davidsongroup/flexiplex.git#subdirectory=scripts \ | ||
flexiplex-filter --help | ||
``` | ||
|
||
More information, including installation instructions, is detailed in the [usage file](usage.md). |
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