-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add piscem test file and improve unit test coverage
- Loading branch information
1 parent
dc7bee4
commit 17d0af7
Showing
11 changed files
with
278,370 additions
and
36 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "pytximport" | ||
description = "A python implementation of tximport to transform transcript into gene counts" | ||
description = "A python implementation of `tximport` to transform transcript into gene counts" | ||
requires-python = ">=3.9" | ||
license = { file = "LICENSE" } | ||
authors = [{ name = "Malte Kuehl", email = "[email protected]" }] | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
] | ||
dynamic = ["version"] | ||
dependencies = [ | ||
"anndata>=0.9.0", | ||
"anndata>=0.8.0", | ||
"click>=8.0.0,<9", | ||
"flox>=0.9.0,<0.10.0", | ||
"h5py>=3.0.0,<4", | ||
|
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
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,15 @@ | ||
target_name len eeln tpm ecount | ||
ENST00000513300.5 1924 1746.98 11129.2 102.328 | ||
ENST00000282507.7 2355 2177.98 138884 1592.02 | ||
ENST00000504685.5 1476 1298.98 10041.8 68.6528 | ||
ENST00000243108.4 1733 1555.98 41944.9 343.499 | ||
ENST00000303450.4 1516 1338.98 94221.8 664 | ||
ENST00000243082.4 2039 1861.98 5612.36 55 | ||
ENST00000303406.4 1524 1346.98 42908.2 304.189 | ||
ENST00000303460.4 1936 1758.98 5076.85 47 | ||
ENST00000243056.4 2423 2245.98 3553.05 42 | ||
ENST00000312492.2 1805 1627.98 26609.9 228 | ||
ENST00000040584.5 1889 1711.98 476675 4295 | ||
ENST00000430889.2 1666 1488.98 79578.2 623.628 | ||
ENST00000394331.3 2943 2765.98 5885.85 85.6842 | ||
ENST00000243103.3 3335 3157.98 57879.3 962 |
Binary file not shown.
Oops, something went wrong.