Skip to content

Commit

Permalink
Set date and contributions for V1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyguy committed Feb 3, 2017
1 parent f68ce05 commit d1fd2ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buddysuite/AlignBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

# ################################################ GLOBALS ###################################################### #
GAP_CHARS = ["-", ".", " "]
VERSION = br.Version("AlignBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 2})
VERSION = br.Version("AlignBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 3})


# #################################################### ALIGNBUDDY #################################################### #
Expand Down
2 changes: 1 addition & 1 deletion buddysuite/DatabaseBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"fastq-solexa", "fastq-illumina", "genbank", "gb", "imgt", "nexus", "phd", "phylip", "seqxml",
"stockholm", "tab", "qual"]
CONFIG = br.config_values()
VERSION = br.Version("DatabaseBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 2})
VERSION = br.Version("DatabaseBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 3})

GREY = "\033[90m"
RED = "\033[91m"
Expand Down
2 changes: 1 addition & 1 deletion buddysuite/PhyloBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def ascending_order(phylobuddy):

# ##################################################### GLOBALS ###################################################### #
CONFIG = br.config_values()
VERSION = br.Version("PhyloBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 2})
VERSION = br.Version("PhyloBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 3})
OUTPUT_FORMATS = ["newick", "nexus", "nexml"]
PHYLO_INFERENCE_TOOLS = ["raxml", "phyml", "fasttree"]

Expand Down
2 changes: 1 addition & 1 deletion buddysuite/SeqBuddy.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def incremental_rename(query, replace):
# - Try to speed things up by reading in all sequence data only when necessary

# ###################################################### GLOBALS ##################################################### #
VERSION = br.Version("SeqBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 2})
VERSION = br.Version("SeqBuddy", 1, "2.5", br.contributors, {"year": 2017, "month": 2, "day": 3})
OUTPUT_FORMATS = ["ids", "accessions", "summary", "full-summary", "clustal", "embl", "fasta", "fastq", "fastq-sanger",
"fastq-solexa", "fastq-illumina", "genbank", "gb", "imgt", "nexus", "phd", "phylip", "phylip-relaxed",
"phylipss", "phylipsr", "raw", "seqxml", "sff", "stockholm", "tab", "qual"]
Expand Down
2 changes: 1 addition & 1 deletion buddysuite/buddy_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ def isfile_override(path):

# #################################################### VARIABLES ##################################################### #

contributors = [Contributor("Stephen", "Bond", commits=1023, github="https://github.com/biologyguy"),
contributors = [Contributor("Stephen", "Bond", commits=1033, github="https://github.com/biologyguy"),
Contributor("Karl", "Keat", commits=392, github="https://github.com/KarlKeat"),
Contributor("Jeremy", "Labarge", commits=26, github="https://github.com/biojerm"),
Contributor("Dustin", "Mitchell", commits=12, github="https://github.com/djmitche"),
Expand Down

0 comments on commit d1fd2ca

Please sign in to comment.