dnanexus-example-applets icon indicating copy to clipboard operation
dnanexus-example-applets copied to clipboard

Does not recognize .jar file

Open scienception opened this issue 1 year ago • 0 comments

Hi I saved my .jar file in resources/usr/bin however I get this error:

Error: Unable to access jarfile SnpSift.jar I don't get this error with other types of binary files.

I want to run something like this:

cat input_file | java -jar SnpSift.jar filter "((ANN[*].IMPACT = 'HIGH') | (ANN[*].IMPACT = 'MODERATE'))" > output_file

Is there something that I'm doing wrong?

scienception avatar Sep 25 '23 14:09 scienception