Closed YonkoBigMom closed 2 months ago
Greetings! Indeed it looks like muscle step might be failing to produce an intermediary fasta file that the rest of the code is expecting. This might require looking at muscle's logs (which Telogator2 currently deletes immediately after running it). If you are willing to share the temp/tel_reads.fa.gz
file that should have been produced, I'd be happy try running it myself to debug further.
Sure,
Here is the file https://drive.google.com/file/d/1prDqOzTMq6ICuKfzP_YH6sUi9PfGT6Wz/view?usp=sharing
I was able to process that data without any errors (results attached), so unfortunately I'm not any closer to resolving the issue you ran into. my_file_telogator2_output.zip
Are you able to run muscle on its own? I attached some intermediary files from the run, and you could check if the following command works without error:
muscle -in example_tvrs.fa -out msa.fa -seqtype protein -gapopen -12.0 -gapextend -4.0 -center 0.0 -matrix scoring_matrix.txt
Closing this for now, I recently updated Telogator2 so that it does its own MSA now (removing the need for muscle as a dependency). Feel free to reopen if there are further issues.
Hi,
I ran
python telogator2/telogator2.py -i my_file.reads.bam -o my_file.telogator2/ -p 5 --muscle ./muscle --minimap2 tools/minimap2-2.28_x64-linux/minimap2 -r ont
The code failed at: