Closed ngaitan55 closed 2 years ago
Apologies, this was an error matching up the motif files to the metadata file. It's been corrected in bb6b7005a5f624dab5ac781e50e30e3bc8ed855b and released to pypi as v0.3.2.
Running with the currrent CisBP Orzya sativa motifs should now work without a problem:
python -m inferelator_prior.pwm_to_meme -m pwms_all_motifs/* -i TF_Information_all_motifs.txt -o Oryza_sativa.cisbp.meme --indirect
Parsing 1557 PWM files
36 PWM files not found in in Motif_ID of TF_Information_all_motifs.txt
232 PWM files malformed and improperly parsed
Parsed 1289 motifs, writing to file Oryza_sativa.cisbp.meme
Hello!
I am trying to run this software to obtain the prior matrix for rice. The issue I have is when converting the PWM files from Cis-BP to meme format. I tried to run it with the rice data and the S.cerevisiae data and none of them worked. Here is the command that i ran:
For the example data. Alternatively, I tried:
And I have got the same result. Here is the output:
I used grep to check for all the names of the motif files in the info file and it does find them. I think it may have to do with pattern matching in the software or something similar. I would be very thankful if you could help me with this issue in order to run it successfully.