pytximport 0.3.0
API
- Change the default
output_type
to "anndata". - When a biotype filter is used, the abundance of the remaining transcripts after filtering will now be rescaled to match the total abundance pre-filtering for each sample.
- Bug fix: Now returns AnnData objects when returning transcript-level data if
output_type
is "anndata".
Other changes
- Run CI on
dev
branch.