What is the difference between picard and picard-tools ?
1
1
Entering edit mode
4.2 years ago
takoyaki ▴ 120

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.

genome PCR sequence next-gen • 1.9k views
ADD COMMENT
2
Entering edit mode
4.2 years ago

They are the same program. Its just in the latter case someone has built a bash script which inspects the command you give it and builts the appropriate java call. You can see this if you type

less `which picard`
ADD COMMENT
0
Entering edit mode

Thanks. My problem become clear !

ADD REPLY

Login before adding your answer.

Traffic: 3254 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6