You are right. It's running! Thanks!
• 1 views
•
link
Why when I do this, to mask motif known.1:
findMotifsGenome.pl $PEAK $GENOME $OUT -p 4 -mask $MOTIF
it says: motif not recognized.
I checked the path is correct, so what could else be happening?
Maybe salamandra needs -maskMotif instead of -motif:
-maskMotif <motif file1> [motif file 2]... (motifs to mask before motif finding)
You are right. It's running! Thanks!
Log in to answer this question.
Please, show the contents of your bash variables, or show the actual command as it was executed.
Please, show some lines from the motifs file.
Hello again
-maskdoes not take any arguments. It just instructs HOMER to mask repeats and masked (lower case) sequence.Just run:
In your output directory will then be a list of motifs present in your genome.
-------------------------------------------------
Edit: I'm aware that the manual states:
The documentation for Homer is not great and often confusing.
Kevin