Entering edit mode
7.8 years ago
biotech
▴
570
I installed Weblogo via command line:
brew install WebLogo
But seems what has been installed is another program:
ls /usr/local/Cellar/weblogo/2.8.2/bin
seqlogo
seqlogo is a Bioconductor package. Is it the same that the one I installed via brew?
https://www.bioconductor.org/packages/release/bioc/html/seqLogo.html
Thanks
Those appear to be two separate programs:
and
The executable for the
weblogo
program appears to be namedseqlogo
as seen from yourls
command.It's curious an R program has been converted to run in the shell. For seqLogo, just can find the program instructions for R version.
Run
/usr/local/Cellar/weblogo/2.8.2/bin/seqlogo -h (or -help)
and see what you get. There should be some in-line help.WebLogo
is 10+ years older than the R package.