Skip to content

Releases: microPIECE-team/microPIECE

v1.5.2

15 Apr 22:30
bed6042

Choose a tag to compare

  • Refactoring of CLIP_merge_bed_files.pl to reduce memory footprint by a factor of 10x (Fixes #174)
  • Refactoring of Piranha run to support multithreading (Fixes #177)
  • Fixing copy process of final files (Fixes #184)
  • Setting default bin size for Piranha to 30 (Fixes #178)
  • This version is archived as DOI.

v1.5.1 Performance improvements

11 Apr 12:48
d16eb6f

Choose a tag to compare

Added optimized pre-binning step for Piranha (Fixes #132)

This version is archived as DOI.

v1.5.0 Accepted version of microPIECE (including some improvements)

10 Apr 12:31
38c53a4

Choose a tag to compare

  • Removing additional length cutoff during CLIP transfer (Fixes #153)
  • Add command line options --CLIPminProcessLength, --CLIPmaxProcessLength, and --CLIPminlength for length limits used in run_CLIP_process and run_CLIP_clip_mapper steps enabling
    processing of peaks with user defined widths (Fixes #145)
  • Dynamic naming of output files based on minlength variable in run_CLIP_clip_mapper (Fixes #146)
  • Correct calculation of length of a bed feature and moving scripts/CLIP_bedtool_discard_sizes.pl into lib/microPIECE.pm (Fixes #147)
  • Add an optimized pre-binning step with pseudocounts for bins covered by an exon as preparation for Piranha (Fixes #132 and #155)
  • This version is archived as DOI.
  • This version was accepted by The Journal of Open Source Software (Review issue #616)

v1.4.0 Pseudo mirBASE files and structures

31 Mar 08:55
b5bdc31

Choose a tag to compare

  • Copying pseudo mirBASE dat file final_mirbase_pseudofile.dat into output folder (Fixes #131)
  • Corrected RNA::HairpinFigure output (Fixes #137)
  • Fix the requirement of an accession inside mirBASE dat file (Fixes #134)
  • Avoiding error message while copying the out file for genomic location into base folder (Fixes #117)

v1.3.0 mirBase dat-file as source for mature/precursor sequences

10 Apr 12:47

Choose a tag to compare

  • Creating all structures on the fly using pseudo-mirBASE-dat as input.
  • Using miRNA.dat from mirBASE as source for mature/precursor sequence and relationship (Fixes #127)
  • Fix of division-by-zero bug for empty mapping files (Fixes #118)
  • Fix of typo in --piranhabinsize option (Fixes #116)

v1.2.3 Single matures for precursor

10 Apr 12:49
9262357

Choose a tag to compare

Improved collision handling for newly miRNAs stable IDs

23 Mar 10:28
c0ca2bb

Choose a tag to compare

Improved collision detection for newly identified miRNAs avoiding crashed caused by genomic copies. (Fixes #105)

Stable IDs for newly identified miRNAs

23 Mar 06:46
5a8494b

Choose a tag to compare

Enables stable numbering for newly identified miRNAs based on their precursor and mature sequences

Fixes #101

Reenable miraligner

23 Mar 11:10
b14aadb

Choose a tag to compare

Downgrades java inside docker container to version 1.7.*, due to miraligner requirement.

Fixes #97 and #98

v1.1.0 isomirs and genomic location

12 Mar 13:18

Choose a tag to compare

Add isomir detection and copy the final genomic location file to the output filter

Fixes #34