Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Picard and GATK report formats #251

Closed
yfarjoun opened this issue Mar 4, 2015 · 3 comments
Closed

Integrate Picard and GATK report formats #251

yfarjoun opened this issue Mar 4, 2015 · 3 comments

Comments

@yfarjoun
Copy link
Contributor

yfarjoun commented Mar 4, 2015

Picard and GATK have different (incompatible) mechanisms for report generation.

I woudl strongly advocate finding out what the requirements are and merging the two systems.

@akiezun
Copy link
Contributor

akiezun commented Apr 15, 2015

@yfarjoun what are the requirements?

@yfarjoun
Copy link
Contributor Author

  • human/java/R readable
  • for picard, need to beable to repopulate metrics class from file
  • for gatk need to be able to read into r list of dataframes
  • javadoc generation of metrics description from comments in class (as in
    picard)
  • for picard: need to allow one table and one histogram
  • for GATK need to allow multiple different tables

On Wed, Apr 15, 2015 at 12:42 PM, Adam Kiezun [email protected]
wrote:

@yfarjoun https://github.com/yfarjoun what are the requirements?


Reply to this email directly or view it on GitHub
#251 (comment)
.

@akiezun akiezun changed the title Reports! Integrate Picard and GATK report formats Apr 19, 2015
@droazen
Copy link
Contributor

droazen commented Mar 22, 2017

Not happening -- closing

@droazen droazen closed this as completed Mar 22, 2017
schaluva added a commit that referenced this issue Mar 18, 2021
* write variants with GQ no call to PET as GQ 0 and omit from VET

* remove unused imports

* update integration test with no_calls vcf file and ingest files

* created constant for sample index and modified comments

* create static method for isNoCall

* remove static import of method
mmorgantaylor pushed a commit that referenced this issue Apr 6, 2021
* write variants with GQ no call to PET as GQ 0 and omit from VET

* remove unused imports

* update integration test with no_calls vcf file and ingest files

* created constant for sample index and modified comments

* create static method for isNoCall

* remove static import of method
This was referenced Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants