Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Orthologues #4

Open
rustem-musaev opened this issue Dec 16, 2024 · 0 comments
Open

Missing Orthologues #4

rustem-musaev opened this issue Dec 16, 2024 · 0 comments

Comments

@rustem-musaev
Copy link

rustem-musaev commented Dec 16, 2024

Hello!

I'm trying to run this command:

aureme --run=microalgae --cmd="orthology_based"

The OrthoFinder step finished successfully, with .tsv files containing orthologues and genes in the respective folders. However, the process stops when AuReMe attempts to create a draft model for my organism:

...
Orthogroups have been written to tab-delimited files:
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Orthogroups/Orthogroups.tsv
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Orthogroups/Orthogroups.txt (OrthoMCL format)
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Orthogroups/Orthogroups_UnassignedGenes.tsv
Sequences for orthogroups:
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Orthogroup_Sequences/


Gene trees:
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Gene_Trees/

Rooted species tree:
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Species_Tree/SpeciesTree_rooted.txt

Species-by-species orthologues directory:
   /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/OrthoFinder/Results_Dec15/Orthologues/

Orthogroup statistics:
   Statistics_PerSpecies.tsv   Statistics_Overall.tsv   Orthogroups_SpeciesOverlaps.tsv

OrthoFinder assigned 1594 genes (4.8% of total) to 485 orthogroups. Fifty percent of all genes were in orthogroups with 1 or more genes (G50 was 1) and were contained in the largest 15643 orthogroups (O50 was 15643). There were 485 orthogroups with all species present and 214 of these consisted entirely of single-copy genes.

------>RUNNING STEP : Creating models from /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/Orthologues
Parsing Orthofinder output /shared/microalgae/orthology_based_reconstruction/orthofinder_wd/Orthologues
Start sbml creation...
*Extracting orthologues data to create sbml of microalgae from mixo
	Sbml of mixo contains 1924/2394 reactions with genes assocation
	No reaction added from mixo to microalgae because of missing orthologues

I've tried to do something with the tsv files, I thought maybe the fact that sometimes several genes separated by a comma are assigned to one orthologue might be a problem, so I divided such entries into separate lines, but it still didn't work. Also, I've edited the database variable in the config.txt file because most of the reaction IDs in the template model are from the BIGG database. I'm stumped, what should I do? Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant