Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Use picard-tools script rather than full path to Picard jar #78

Open
@samuell

Description

@samuell

(I commented also here about this.)

This is relevant to the Picard sub-tools.

I noticed that at least when intalling via apt-get on Ubuntu, you get a picard-tools script in /usr/bin, which is executable from everywhere, that basically replaces the java -jar [...path...]/picard.jar part.

Calling that script instead of using java and the full path to the jar would be more portable as it is not specific to a given path for the jar. It should also be easy to create a custom such script in one's /usr/bin/ or other folders set in one's PATH, if installing in a custom location.

(For java options, I checked in the picard-tools script that it sends the JAVA_OPTIONS env variable to java, in case that is needed, for setting the memory usage and the like.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions