I recently encountered an apparent error when running the sample test using the newest build of MoVRs:
MoVRs -a testpeakfile --genome ./TestGenome -o test_0906 --size [-60,40] -p 8 >& errTEST_0906
The error reads as follows:
python /home/rtraborn/development/MoVRs/scripts/MoVRs_ExtractMotif.py -i AllMotifs.meme -t 1e-10 -o FilteredMotifs.meme File "/home/rtraborn/development/MoVRs/scripts/MoVRs_ExtractMotif.py", line 27 tmp_return = [x[0] for x in tmp_sorted] ^ TabError: inconsistent use of tabs and spaces in indentation Fatal error running MoVRs_ExtractMotif.py. Please check.