-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add 10x feature barcode map * count kite * add 10x feature barcode map * count kite * update 10x feature barcode * update kite workflow * update macos and linux bustools binaries for dev * add 10x feature barcode map * count kite * update 10x feature barcode * update kite workflow * update macos and linux bustools binaries for dev * fix kmer length in kite index * kallisto dev builds * try different linux binary * allow custom technologies * allow different barcode lengths * allow index without hamming distance 1 variants (hidden --no-mismatches) * allow overriding kmer length * fix tests and code quality * detect when feature barcode mapping has wrong columns * forgot to remove print * add missing check for None * allow multiple fastas, gtfs * update binary * allow multiple indices + bus file merging * fix kite ref * HTML report * update requirements * velocity reports * --report option * anndata name column * t2g includes transcript name (if available) * more information in t2g * fix adata import * update h5py requirement * write kb_info.json * update binaries * comment logger disable * Revert "update binaries" This reverts commit 9c2602a. * cellranger matrix is transposed * update kallisto to 0.46.2 * disable logging from anndata * update how anndatas are overlayed & summed * allow whitelist override with "none" * remove kernelspec from report * hidden option to disable inspect * freeze dev requirements and fix code quality * fix split indices * fix dry run * fix dry run with split indices * improve test coverage * add codecov * ignore main.py for coverage * Fix temp directory (#72) * add workflow for stale issues (#54) * add workflow for stale issues * update workflow file * Update README.md * Fix temp_dir Co-authored-by: Joseph Min <[email protected]> * fix tests * add runtimes to kb_info * hidden option to turn off validation * split with --workflow lamanno only splits intron fasta * pass in memory to filter_with_bustools * hidden option to set flank * Iupac extension (#83) (#84) * add workflow for stale issues (#54) * add workflow for stale issues * update workflow file * Update README.md * iupac extension * smarter upper Co-authored-by: Joseph Min <[email protected]> Co-authored-by: Maarten-vd-Sande <[email protected]> * update setup.py so that it doesn't install tests * fix tests and force LF line endings * split index fix * update setup.py and makefile * add python 3.8 to CI * Smartseq support (#87) * count smartseq * fix code quality Co-authored-by: Yueh-Hua Tu <[email protected]> Co-authored-by: Maarten-vd-Sande <[email protected]>
- Loading branch information
1 parent
3ce4d8e
commit f92e159
Showing
88 changed files
with
3,193,111 additions
and
897 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto eol=lf |
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,5 @@ | ||
include kb_python/info.txt | ||
include kb_python/whitelists/* | ||
include kb_python/maps/* | ||
recursive-include kb_python/report * | ||
recursive-include kb_python/bins * |
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ignore: | ||
- "kb_python/main.py" |
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,7 +1,8 @@ | ||
bumpversion>=0.5.3 | ||
coverage>=4.5.4 | ||
flake8>=3.7.8 | ||
nose>=1.3.7 | ||
bumpversion==0.6.0 | ||
coverage==5.1 | ||
flake8==3.8.2 | ||
nose==1.3.7 | ||
pre-commit==2.4.0 | ||
twine>=2.0.0 | ||
wheel>=0.33.6 | ||
yapf>=0.29.0 | ||
wheel==0.34.2 | ||
yapf==0.30.0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
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
Oops, something went wrong.