MANIFEST is not a(n) MultiMAGManifestFormat file
Dear all
I having issues to move to the next step in this MOSHPIT tutorial (https://moshpit.qiime2.org/_/downloads/en/2025.7.0/pdf/), I am running this code:
mosh annotate evaluate-busco
--i-mags ./cache:mags
--i-db ./cache:busco_db
--p-lineage-dataset bacteria_odb12
--p-cpu 32
--o-visualization /mags.qzv
--o-results ./cache:busco_results
--verbose
I got this error message:
MANIFEST is not a(n) MultiMAGManifestFormat file:
No sample records found in manifest, only observed comments, blank lines, and/or a header row.
Plugin error from annotate:
/MANIFEST is not a(n) MultiMAGManifestFormat file:
No sample records found in manifest, only observed comments, blank lines, and/or a header row.
I was tinking to modify the MANIFEST file and adapt the MANIFEST file to the MIltiMAGManifestFormat file format. Unfortunatelly I didnt find nothing helpful to move forward.
If its helpful, this is an example of my current MANIFEST header file:
sample-id,mag-id,filename
1163,0453259e-8e3b-4f09-a8cc-71307561ebe6,1163/0453259e-8e3b-4f09-a8cc-71307561ebe6.fasta
1163,178f605e-bce8-40a2-acba-70045480966f,1163/178f605e-bce8-40a2-acba-70045480966f.fasta
1163,218dc332-3ac1-4539-87e5-6ac6146fcd63,1163/218dc332-3ac1-4539-87e5-6ac6146fcd63.fasta
1163,244ba0b5-ae16-48c0-b00e-6c8c6d97d682,1163/244ba0b5-ae16-48c0-b00e-6c8c6d97d682.fasta
Everything is stored in a cache directory, as recommended at the beginning of the tutorial.
I appreciate any suggestions or comments.