Hello,
I encountered an issue while trying to set up ezmap to perform some tests.
I did not use your setup to get around sudo restrictions of my workstation and tried to run the pipeline in desktop mode on the sample fastq you're providing but EMAL returned the following error:
"Staring Step 5 - EMAL PREP\n\n
Determining Genebank ID and Calculating Genome Lengths.....
Traceback (most recent call last):
File "/ezmap/tools/EMAL/EMAL-DataPrep.py", line 176, in
getNucleotideIDs(blastGenomeDBPath)
File "/ezmap/tools/EMAL/EMAL-DataPrep.py", line 37, in getNucleotideIDs
nucleotideID = line.split('|')[1]
IndexError: list index out of range"
It seems to expect fasta headers informations delimited by "|" in the blast genome database which isn't the case in the viral.1.1.genomic.fna file indicated in your wiki. A similar issue is returned during the EMAL Main step. Thank you for your assistance.
Hello,
I encountered an issue while trying to set up ezmap to perform some tests.
I did not use your setup to get around sudo restrictions of my workstation and tried to run the pipeline in desktop mode on the sample fastq you're providing but EMAL returned the following error:
"Staring Step 5 - EMAL PREP\n\n
Determining Genebank ID and Calculating Genome Lengths.....
Traceback (most recent call last):
File "/ezmap/tools/EMAL/EMAL-DataPrep.py", line 176, in
getNucleotideIDs(blastGenomeDBPath)
File "/ezmap/tools/EMAL/EMAL-DataPrep.py", line 37, in getNucleotideIDs
nucleotideID = line.split('|')[1]
IndexError: list index out of range"
It seems to expect fasta headers informations delimited by "|" in the blast genome database which isn't the case in the viral.1.1.genomic.fna file indicated in your wiki. A similar issue is returned during the EMAL Main step. Thank you for your assistance.