Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemms committed Jul 15, 2020
1 parent af3d7fd commit 5818ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts_of/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
SequencesInfo = namedtuple("SequencesInfo", "nSeqs nSpecies speciesToUse seqStartingIndices nSeqsPerSpecies") # speciesToUse - list of ints

picProtocol = 1
version = "2.3.12"
version = "2.3.14"

def PrintNoNewLine(text):
parallel_task_manager.PrintNoNewLine(text)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_orthofinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
goldResultsDir_smallExample = baseDir + "ExpectedOutput/SmallExampleDataset/"
goldPrepareBlastDir = baseDir + "ExpectedOutput/SmallExampleDataset_PreparedForBlast/"

version = "2.3.12"
version = "2.3.14"
requiredBlastVersion = "2.2.28+"

standard_new_files = ("Orthogroups.csv Orthogroups.GeneCount.csv SingleCopyOrthogroups.txt Orthogroups_UnassignedGenes.csv Orthogroups.txt clusters_OrthoFinder_I1.5.txt_id_pairs.txt clusters_OrthoFinder_I1.5.txt OrthoFinder_graph.txt Statistics_PerSpecies.csv Statistics_Overall.csv Orthogroups_SpeciesOverlaps.csv").split()
Expand Down

0 comments on commit 5818ef6

Please sign in to comment.