Heads up:
We’re moving the GATK website, docs and forum to a new platform. Read the full story and breakdown of key changes on this blog.
We’re moving the GATK website, docs and forum to a new platform. Read the full story and breakdown of key changes on this blog.
louws ✭
About
- Username
- louws
- Location
- San Francisco
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
- Points
- 19
- Badges
- 4
- Location
- San Francisco
Reactions
-
Re: JEXL and selectVariants
Hi all, I found the issue, it is an integer vs. decimal issue. For those interested I modified my JEXL by converting the array value into a float, like so: (((vc.getGenotype(“SAMP1").getAD().1.f… (View Post)