Hey, everyone. Does anyone know the difference between picard and picard-tools ?
I think we use picard like java -jar picard.jar ~
However, in my text book, we can install picard-tools like brew install picard-tools
and use like picard SortSam
or picard MarkDuplicates
.
"picard" is operated indirectly by java, while the latter is operated directly by command.
Are these the same ? or completely different program ? Also, do you know how to install picard-tools without using homebrew ? ( I use linux OS, so I can't use homebrew )
Thanks.
Thanks. My problem become clear !