Hi Patricia,
As you say, the input for the mapping file is this one (the clustered file):
3-MAP/m3-output/cdhit_dna/control_sample01_m3.all.distinguishpair.cdhit95ov90.withcs.fasta
It is used by the SOAPAligner to map against MetaHIT-2014 human gut genes database. Which produces these three relevant files:
3-MAP/m3-output/soap2/
SAMPLENAME.aln.merged.mh2014.igc.soap #Sequences mapped to database (since the database is too big for SOAP it had to be split. This file is the merge from aligned seqs to both parts of the db)
SAMPLENAME.un.part1.mh2014.igc.soap.fasta #The unaligned files are not merged. This file corresponds to the unaligned reads to part1 of the db
SAMPLENAME.un.part2.mh2014.igc.soap.fasta #This file corresponds to the unaligned reads to part2 of the db
The aligned reads are next post-processed in MetaTrans to obtain abundance files.
The unaligned reads in fasta format can then be processed/aligned to other db to try to reduce the unknown reads.
Thus, if you were able to run the MetaTrans test in the website successfully, meaning that you had ".aln." file and ".un.part1/.un.part2" files, then
it means the SOAPAligner is working and therefore, if you don't get anything in the ".aln." file, nor you have errors during the MetaTrans process, that
means your sequences are not being aligned to MetaHIT14 database. If that is the case, please re-check if MetaHIT14 database is filling your needs
according to the sequenced files you have.
However, as it has been commented in previous posts, I see you are using Ubuntu16, and MetaTrans was tested
in Ubuntu14.04. Unfortunately, so far we are not giving support for other releases/scenarios, sorry for the inconvenience.
Hope this helps, greetings