Skip to content

Commit bc08525

Browse files
committed
vsnp3 version 3.28
1 parent 0a7aeb2 commit bc08525

30 files changed

+83
-45
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This step combines the VCF files from Step 1 to create SNP matrices and construc
5353
# Installation
5454

5555
```bash
56-
conda create -c conda-forge -c bioconda -n vsnp3 vsnp3=3.27
56+
conda create -c conda-forge -c bioconda -n vsnp3 vsnp3=3.28
5757
```
5858

5959
For detailed Miniconda setup instructions, see [conda instructions](./docs/instructions/conda_instructions.md).

bin/vsnp3_alignment_vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import subprocess

bin/vsnp3_annotation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import shutil

bin/vsnp3_assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import sys

bin/vsnp3_best_reference_sourmash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import subprocess

bin/vsnp3_bruc_mlst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import io

bin/vsnp3_download_GCA_fasta_get_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import sys

bin/vsnp3_download_fasta_gbk_gff_by_acc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import argparse

bin/vsnp3_excel_merge_defining_snps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
__version__ = "3.27"
3+
__version__ = "3.28"
44

55
import os
66
import re

bin/vsnp3_excel_merge_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
python excel_merger.py -i <input_dir> [options]
1111
"""
1212

13-
__version__ = "3.27"
13+
__version__ = "3.28"
1414

1515
import glob
1616
import os

0 commit comments

Comments
 (0)