diff --git a/README.md b/README.md index 341cbd5..6252db5 100755 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ conda install -c conda-forge -c bioconda mtgrasp ### Installation from the source code 1. Download mtGrasp package - You can download the latest version of the tarball file [here](https://github.com/bcgsc/mtGrasp/releases/download/v1.1.4/mtGrasp-v1.1.4.tar.gz). + You can download the latest version of the tarball file [here](https://github.com/bcgsc/mtGrasp/releases/download/v1.1.5/mtGrasp-v1.1.5.tar.gz). 2. Add the mtGrasp directory to your PATH, use the following command to check if it is added correctly diff --git a/mtgrasp.py b/mtgrasp.py index 87af340..c4257a5 100755 --- a/mtgrasp.py +++ b/mtgrasp.py @@ -8,7 +8,7 @@ import shlex import sys -MTGRASP_VERSION = 'mtGrasp v1.1.4' +MTGRASP_VERSION = 'mtGrasp v1.1.5' parser = argparse.ArgumentParser(description='mtGrasp: de novo assembly of reference-grade animal mitochondrial genomes') parser.add_argument('-r1', '--read1', help='Forward read fastq.gz file [Required]') diff --git a/mtgrasp.smk b/mtgrasp.smk index 2410a67..5f08ea8 100755 --- a/mtgrasp.smk +++ b/mtgrasp.smk @@ -1,5 +1,5 @@ # Snakemake file for mtGrasp pipeline -mtgrasp_version = 'v1.1.4' +mtgrasp_version = 'v1.1.5' import os.path diff --git a/mtgrasp_standardize.py b/mtgrasp_standardize.py index 43412e7..658f069 100755 --- a/mtgrasp_standardize.py +++ b/mtgrasp_standardize.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -mtgrasp_version = 'v1.1.4' +mtgrasp_version = 'v1.1.5' import argparse import sys diff --git a/mtgrasp_summarize.py b/mtgrasp_summarize.py index a7915f7..0e3222c 100755 --- a/mtgrasp_summarize.py +++ b/mtgrasp_summarize.py @@ -3,7 +3,7 @@ ''' This script can be used to summarize mtGrasp assembly outputs by providing a text file containing the relative or complete path(s) to assembly output folder(s). ''' -mtgrasp_version = 'v1.1.4' +mtgrasp_version = 'v1.1.5' import argparse import os