Fail to produce the consensus-marker files

When I try to produce the consensus marker files:
Command:
sample2markers.py -i SRS013951.sam.bz2 -o consensus_markers -n 40

Error:
Sun Dec 20 19:01:59 2020: Start samples to markers execution
Sun Dec 20 19:01:59 2020: Decompressing samples…
Sun Dec 20 19:02:01 2020: Done.
Sun Dec 20 19:02:01 2020: Converting samples to BAM format…
[samopen] SAM header is present: 1132380 sequences.
Sun Dec 20 19:02:09 2020: Done.
Sun Dec 20 19:02:09 2020: Sorting BAM samples…
[e] Parallel execution fails: [Errno 2] No such file or directory: ‘consensus_markers/tmp/SRS013951.sorted.bam’
Sun Dec 20 19:02:14 2020: Stop StrainPhlAn 3.0 execution.

I’m sure that the SRS013951.sam.bz2 is right (down load from your wedsite).
I don’t know why the samtools don’t when the python script use it.

Hi @kang
Could you give me more details about the installation? Did you install metaphlan via conda? Which version of metaphlan did you install (you can run metaphlan -v)? Which version of samtools do you have installed (you can run samtools --version)?

Hi Aitor,
Thank you for your reply!
I install it with conda. MetaPhlAn version 3.0.7 (09 Dec 2020) and my smtools version 0.1.19-44428cd.

Hi @kang
I think the problem is related with your version of Samtools. The first StrainPhlAn version was working only with your version (0.1.19). However, this is quite an old version and the usage of the functions differ a little bit. In StrainPhlAn 3.0 it is a requisite to have a version of Samtools superior to 1.0 (when developed, it was tested with Samtools 1.9) so I would suggest you to install the lastest version of Samtools and execute sample2markers.py again.
I hope this fix your problem.

Hi Aitor,
Thank you for your help! Now it work.
Merry Chrismas!