Picard Installation problem - older version
A specific version of Picard (version 1.119) is mandated for a pipeline I am running. When I try to execute "java -jar ./picard-1.119.jar -h", I get a "no main manifest attribute, in ./picard-1.119.jar" error.
Any ideas on how to fix and further troubleshoot?
• 1,949 views
•
link
1 answer
as far as I remember the old versions of picard worked with standalone molules that came with the distribution. e.g:
java -jar /path/to/dir1/SortSam.jar
• 0 views
•
link
Log in to answer this question.
which java version are you using?
this is not a 'java version' problem IMHO.