Skip to content

Commit 718e144

Browse files
authored
Prepare for release v1.1.8 (#35)
1 parent 4af28ec commit 718e144

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ conda install -c conda-forge -c bioconda mtgrasp
2121
### Installation from the source code
2222
1. Download mtGrasp package
2323

24-
You can download the latest version of the tarball file [here](https://github.com/bcgsc/mtGrasp/releases/download/v1.1.7/mtGrasp-v1.1.7.tar.gz).
24+
You can download the latest version of the tarball file [here](https://github.com/bcgsc/mtGrasp/releases/download/v1.1.8/mtGrasp-v1.1.8.tar.gz).
2525

2626

2727
2. Add the mtGrasp directory to your PATH, use the following command to check if it is added correctly

mtgrasp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import shlex
99
import sys
1010

11-
MTGRASP_VERSION = 'mtGrasp v1.1.7'
11+
MTGRASP_VERSION = 'mtGrasp v1.1.8'
1212

1313
parser = argparse.ArgumentParser(description='mtGrasp: de novo assembly of reference-grade animal mitochondrial genomes')
1414
parser.add_argument('-r1', '--read1', help='Full path to forward read fastq.gz file [Required]')

mtgrasp.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snakemake file for mtGrasp pipeline
2-
mtgrasp_version = 'v1.1.7'
2+
mtgrasp_version = 'v1.1.8'
33

44

55
import os.path

mtgrasp_standardize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
mtgrasp_version = 'v1.1.7'
2+
mtgrasp_version = 'v1.1.8'
33

44
import argparse
55
import sys

mtgrasp_summarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'''
44
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).
55
'''
6-
mtgrasp_version = 'v1.1.7'
6+
mtgrasp_version = 'v1.1.8'
77

88
import argparse
99
import os

0 commit comments

Comments
 (0)