Skip to content

Commit 6b4a367

Browse files
committed
Release version 1.1.1
1 parent e9fda07 commit 6b4a367

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/tigmint-cut

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def ensure_writable(f):
212212

213213
def main():
214214
parser = argparse.ArgumentParser(description="Find misassembled regions in assembly using Chromium molecule extents")
215-
parser.add_argument("--version", action="version", version="tigmint-cut 1.1.0")
215+
parser.add_argument("--version", action="version", version="tigmint-cut 1.1.1")
216216
parser.add_argument("fasta", type=str, help="Reference genome fasta file (must have FAI index generated)")
217217
parser.add_argument("bed", type=str, help="Sorted bed file of molecule extents")
218218
parser.add_argument("-o", "--fastaout", type=str, help="The output FASTA file.", required=True)

bin/tigmint-make

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ help:
104104
@echo 'For more information see https://bcgsc.github.io/tigmint/'
105105

106106
version:
107-
@echo "Tigmint 1.1.0"
107+
@echo "Tigmint 1.1.1"
108108
@echo "Written by Shaun Jackman @sjackman."
109109

110110
all: tigmint arcs

bin/tigmint-molecule

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class MolecIdentifier:
234234
"Read a SAM/BAM file and output a TSV file. "
235235
"The SAM/BAM file must be sorted by BX tag and then by position.")
236236
parser.add_argument(
237-
'--version', action='version', version='tigmint-molecule 1.1.0')
237+
'--version', action='version', version='tigmint-molecule 1.1.1')
238238
parser.add_argument(
239239
metavar="BAM", dest="in_bam_filename",
240240
help="Input BAM file sorted by BX tag then position, - for stdin")

0 commit comments

Comments
 (0)