Hi there, I am using Strainphlan 4, and am able to make Sam files.
However, when I try to make consensus markers I get the following error:
[Error] Parallel execution fails: Compressed file ended before the end-of-stream marker was reachedWed Sep 11 23:57:51 2024: Stop StrainPhlAn execution.
This is my code:
mkdir consensus_markers4
sample2markers.py -i sams2/sams/*.sam.bz2 -o consensus_markers4 --nproc 4
Thank you!