Tried to use the above script using vcffilterjs. but the installation failed with long error message with few shown below:
lindenb/jvarkit/util/Pedigree.java:92: error: illegal start of type
default int compareTo(final Family o) {
^/jvarkit/src/main/java/com/github/lindenb/jvarkit/util/Pedigree.java:92: error: = expected
default int compareTo(final Family o) {
^
/jvarkit/src/main/java/com/github/lindenb/jvarkit/util/Pedigree.java:92: error: ';' expected
default int compareTo(final Family o) {
^
/jvarkit/src/main/java/com/github/lindenb/jvarkit/util/Pedigree.java:92: error: illegal start of type
default int compareTo(final Family o) {
^
/jvarkit/src/main/java/com/github/lindenb/jvarkit/util/Pedigree.java:92: error: <identifier> expected
default int compareTo(final Family o) {
Then tried with picard, it worked but the output looks wierd which writes all the variants in the input to the output in a different format for the FORMAT columns as shown below:
GT:FT:PL 0/0:LowDP;LowGQ:0,151,3000 0/0:LowDP;LowGQ:0,193,3840
which does not output any private variants.
Could you suggest further.