Hi Cegrant,
I've come across the same error when I was trying to run meme on some big fasta file. Below is my command line.
meme All.From.fa -dna -oc All.From/ -p 5 -nostatus -mod oops -nmotifs 2 -minw 4 -maxw 20 -objfun classic -revcomp -markov_order 0 -maxsize 1000000000
Failed to write HTML output due to errors processing the XML:
minsites has invalid value "6.51344e+06" at /home/user/miniconda3/libexec/meme-5.1.1/meme_xml_to_html line 453, <$fh> line 218.
Warning: meme_xml_to_html exited abnormally and may have failed to create HTML output.
--------------------------------------------------------------------------
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[9676,1],0]
Exit code: 1
--------------------------------------------------------------------------
The input file is just a common fasta file with equal length (40bp) sequences.
Thank you