Releases: Xethic/miEAA-API
Releases · Xethic/miEAA-API
Add job id and select subsets of categories
API Wrapper Changes
- New wrapper functions, including:
get_gui_urlnew_session(will replaceinvalidate)open_gui
- FutureWarning for deprecation of
invalidatemethod - Allow
get_enrichment_categoriesto retrieve subset of categories 'default' and 'expert' - Save datetime in enrichment_parameters
CLI Changes
- Added
opencommand to cli - Make
--categoriesan optional parameter, defaulting to all 'default' categories - Add
--no-resultsparameter to enrichment analysis commands - Misc code improvements
Documentation
- Documentation of new functions
- Copy help text to cli command usage
v0.2.2
v0.2.1
v0.2.0
- Migrated documentation to read the docs
- converted some of the markdown files to rst
- Updated documentation to reflect various changes
newlineoption for miRBase converterp-adjustedcolumn in examples- New supported species
- Rename API class methods:
convert_mirbase_version->convert_mirbaseconvert_mirna_to_precursor->to_precursorconvert_precursor_to_mirna->to_mirnaconvert_mirna_type->_convert_mirna_typestart_analysis->_start_analysisget_progress_response->_get_progress_response
- update docstrings to match numpy style for sphinx