Skip to content

Releases: BirolLab/mtGrasp

mtGrasp v1.1.10

Choose a tag to compare

@lcoombe lcoombe released this 29 Jun 21:30
3251c93
  • Release v1.1.10
  • Fix to ensure compatibility with mitos v2.1.10+ conda recipe
    • Now, mitos driver script can be named runmitos.py or runmitos

mtGrasp v1.1.9

Choose a tag to compare

@lcoombe lcoombe released this 26 Mar 21:47
5b2da39
  • Release v1.1.9
  • Added parameters --min_contig_len and --max_contig_len to control length filtering before BLAST filtering step (Thanks @jacobimbery!)
    • Was previously hardcoded as 1000 and 20000, respectively - defaults are set to these values to ensure consistent runs with previous versions

mtGrasp v1.1.8

Choose a tag to compare

@lcoombe lcoombe released this 18 Oct 22:53
718e144
  • Release v1.1.8
  • Create the BLAST database in a directory relative to the working directory, not the directory where the scripts are installed
    • The install directory may be read-only
  • Documentation updates

mtGrasp v1.1.7

Choose a tag to compare

@lcoombe lcoombe released this 17 Oct 16:25
50c71ef
  • Release v1.1.7
  • Fix for using multi-character strings for snakemake config parameters in sub_then_run_mtgrasp.sh

mtGrasp v1.1.6

Choose a tag to compare

@lcoombe lcoombe released this 23 Sep 18:44
7ce1ce0
  • Release v1.1.6
  • Use multi-character strings for snakemake config parameters
    • Avoids compatibility issue with snakemake v8.17.0+
    • No changes to usage of mtgrasp.py driver script

mtGrasp v1.1.5

Choose a tag to compare

@lcoombe lcoombe released this 03 Sep 22:57
114f6c2
  • Release v1.1.5
  • Fix bug that caused error when ambiguous bases were encountered during reverse complementation in mtgrasp_end_recover.py
  • Fix to use multiple k-mer sizes for Sealer in end recovery
  • Refactoring mtgrasp_end_recover.py

mtGrasp v1.1.4

Choose a tag to compare

@lcoombe lcoombe released this 06 Jun 19:29
1dadfcc
  • Release v1.1.4
  • Renamed driver files
  • Documentation updates
  • Bugfix for summarization script, error message when no mitochondrial sequences found

mtGrasp v1.1.3

Choose a tag to compare

@lcoombe lcoombe released this 03 Apr 23:29
0404a78
  • Release v1.1.3
  • Refactored mtgrasp.py
  • Updated documentation
  • Renamed scripts to have mtgrasp prepended

mtGrasp v1.1.2

Choose a tag to compare

@ycecilia ycecilia released this 27 Mar 05:05
9d5a24e
  • Implemented a checkpoint to verify whether 'runmitos.py' exists in the user's PATH. If it's already included, there's no longer a need to specify "-mp".

  • Updated README for non-conda users

mtGrasp v1.1.1

Choose a tag to compare

@ycecilia ycecilia released this 25 Jan 23:38
9271f17

This release includes a fix ensuring find_conda_env() is only called when user is running mitos via conda.