You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for an awesome tool. Great that have a replacement for Contest and VerifyBAMID.
My question is whether you had a chance to test it with GATK 4. GATK4 has a different command line interface, in particular -T Pileup goes into just Pileup, -o translates into capital -O, and read filter flags are a bit renamed and set with -RF. So the Pileup calling code could look like the following:
Since GATK4 is open source and available on bioconda, it would make it easier to distribute Conpair with bioconda as well, and further add it into frameworks like bcbio-nextgen.
For the sake of bioconda, it would be convenient to additionally support the gatk executable wrapper when it's in PATH. So instead of calling:
@vladsavelyev thanks for this but it seems like the filters you listed for GATK4 do not quite match up to the filters used in GATK3. In particular, using these settings with GATK4, I am getting pileup lines that look like this;
6 109818589 A 0
note the missing fifth field.
when I run with GATK3, that line does not get output
Hi,
Thank you for an awesome tool. Great that have a replacement for Contest and VerifyBAMID.
My question is whether you had a chance to test it with GATK 4. GATK4 has a different command line interface, in particular
-T Pileup
goes into justPileup
,-o
translates into capital-O
, and read filter flags are a bit renamed and set with-RF
. So the Pileup calling code could look like the following:Since GATK4 is open source and available on bioconda, it would make it easier to distribute Conpair with bioconda as well, and further add it into frameworks like bcbio-nextgen.
For the sake of bioconda, it would be convenient to additionally support the
gatk
executable wrapper when it's inPATH
. So instead of calling:It could run:
Then gatk can be simply added as a conda dependency for Conpair.
Vlad
The text was updated successfully, but these errors were encountered: