Hi, I am facing problems while running meme for large data (17Mb) The input fasta file contains- 6623 -sequences 9925 - maximum length of the sequence 367 - minimum length of the sequence
The command line summary of meme is as follows- meme in.fa -nmotifs 1 -o out_dir -maxsize 150000000
But meme halts after a certain point without any error message-
So, I tried with meme-chip which is designed for large datasets. meme-chip works well with default parameters where it takes random 600 sequences and trimming then to central 100 positions (100bp). But this is not the required outcome. Therefore in the command I used the following parameters -ccut 0 -nmeme 6623 -meme-nmotis 1 Even this fails with the following error message - "Dataset too large (> 100000). Rerun with larger -maxsize" But, there is no option in meme-chip to set -maxsize
Your valuable inputs helps me in taking this forward