Skip to content

Releases: GoekeLab/m6anet

v-2.1.0

23 Jul 15:09
2b28772
Compare
Choose a tag to compare
  • Add --pretrained model flag for users to specify m6Anet models to be run
  • Add m6Anet model trained on RNA004 kit
  • Modify README to include installation and quickstart intructions

v-2.0.2

29 Apr 13:17
982a255
Compare
Choose a tag to compare
  • Relax package requirement for m6anet
  • Modify documentation to install using pip from source
  • Add pytest-dependency custom mark for dataprep test

v-2.0.1

16 Mar 15:10
Compare
Choose a tag to compare

Github action on on publishing v-2.0.0 was run wrongly, resulting in users not being able to install the package from PyPI. This minor release fixes the issue

v-2.0.0

24 Feb 09:43
51fe74e
Compare
Choose a tag to compare
  • Single entry point for all m6Anet functionalities such as m6anet dataprep, m6anet inference, and m6anet train
  • Faster inference procedure by first saving individual read probability on data.indiv_proba.csv before sampling the required number of reads and averaging the calculated site probabilities
  • Dataprep option to round data.json output to 3 decimal places
  • Provides m6Anet model trained on Arabidopsis VIRc dataset from https://elifesciences.org/articles/78808 and the corresponding normalization factors

v-1.1.1

24 Nov 03:11
Compare
Choose a tag to compare
  • Fixed torch version to prevent failed installation when latest version of pytorch is installed in a machine without GPU
  • Fixed wrong naming convention with training demo data data.readcount.labelled
  • Filter warning messages from pandas for less cluttering
  • Fix typo m6anet-run_inference --infer_mod_rate flag (it is now --infer_mod_rate instead of --infer_mod-rate)

v-1.1.0

29 Apr 08:04
530d451
Compare
Choose a tag to compare
  • Output kmer motif on the result file from m6anet-run_inference
  • Add an option to automatically filter segments with low number of reads during m6anet-dataprep to reduce output size
  • Add new functionality for pooling of reads from multiple replicates during training and inference
  • Add new functionality for single molecule stoichiometry prediction
  • Update to documentations

Version 1.0

17 Sep 07:55
Compare
Choose a tag to compare
  • Minor bug fix on m6anet-dataprep (previous versions impose more stringent requirements on the number of neighboring positions)
  • Removed unused arguments on dataprep and training scripts
  • Documentation on m6anet-train command and formats of config files for training

Pre-release

23 Apr 03:36
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release
  • Fix a minor issue with indexing step in dataprep
  • Fix typo in version numbers
  • Remove unused files

Pre-release

15 Apr 09:45
ff12ba6
Compare
Choose a tag to compare
Pre-release Pre-release
Pre-release

A pre-release version of m6anet, it should run well with demo data but several functionalities have yet to be tested