You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run OrthoFinder on the ExampleData up to the orthogroups: python orthofinder.py -f ExampleData/ -og
Comment out species 1 & 3 in ExampleData/OrthoFinder/Results_Nov06/WorkingDirectory/SpeciesIDs.txt
Run OrthoFinder again adding two extra species: python orthofinder.py -f ExtraSpecies/ -b ExampleData/OrthoFinder/Results_Nov06/
Outcome:
There are columns in Phylogenetic_Hierarchical_Orthogroups/N0.tsv for all 6 species, including the two that were excluded.
Expected outcome:
There should only be columns in Phylogenetic_Hierarchical_Orthogroups/N0.tsv for the species included in the analysis (species 0, 2, 4 & 5) not the ones that were excluded ("1: Mycoplasma_gallisepticum.faa" & "3: Mycoplasma_hyopneumoniae.faa")
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
python orthofinder.py -f ExampleData/ -og
python orthofinder.py -f ExtraSpecies/ -b ExampleData/OrthoFinder/Results_Nov06/
Outcome:
There are columns in Phylogenetic_Hierarchical_Orthogroups/N0.tsv for all 6 species, including the two that were excluded.
Expected outcome:
There should only be columns in Phylogenetic_Hierarchical_Orthogroups/N0.tsv for the species included in the analysis (species 0, 2, 4 & 5) not the ones that were excluded ("1: Mycoplasma_gallisepticum.faa" & "3: Mycoplasma_hyopneumoniae.faa")
The text was updated successfully, but these errors were encountered: