Open masudermann opened 1 year ago
Dear @masudermann
it is possible, but not entirely straight forward. You need to provide
[species tag]
at the end of the fasta header. There must be at most one sequence per species in each marker gene (and the sequence need to be all orthologous to one another).Then, you should be able to run read2tree with the command:
read2tree --tree --standalone_path <marker_genes> --dna_reference <cds_file> ...
If you observe any problems we would be glad to hear about them. The tool should definitively be able to work also with markers not coming from OMA (but it is certainly much less tested).
Cheers Adrian
Thank you! The instructions are helpful. I will keep you posted.
For future references: we have also some instruction here which works for NCBI refSeq. We would be happy to generalise it for specific format of your interest.
Hello,
I tried out read2tree and was impressed. I had a quick followup. Is it possible for users to input their own custom list of maker genes?
I work with several different Phytophthora species. When I use the OMA browser, I can only obtain marker genes from 7 species. Being able to provide my own set of genes would be advantageous.
From my quick look at the paper, documentation, and other questions people had, it looks like there isn't currently a way to run read2tree offline or with a custom set of marker genes. If this is is the case, will a future update incorporate this option?