Skip to content

Commit

Permalink
Label Beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemms committed Oct 7, 2024
1 parent 205fffd commit 1ee31c0
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 @@ -118,7 +118,7 @@ def get_original_species(self):


picProtocol = 1
version = "3.0.1"
version = "3.0.1b1"

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 = "3.0.1"
version = "3.0.1b1"
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 1ee31c0

Please sign in to comment.