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

Improve support streaming inputs/outputs from/to stdin/stdout. #5779

Open
cmnbroad opened this issue Mar 8, 2019 · 0 comments
Open

Improve support streaming inputs/outputs from/to stdin/stdout. #5779

cmnbroad opened this issue Mar 8, 2019 · 0 comments
Assignees
Labels

Comments

@cmnbroad
Copy link
Collaborator

cmnbroad commented Mar 8, 2019

Currently you can specify /dev/stdout on the command line as an alignment file output, and GATK (i.e. PrintReads) will stream compressed .bam output to stdout. But it will throw when trying to create an output index unless output index creation is manually suppressed. GATKTool.createSAMWriter should recognize that case and verify/suppress creation of output index and md5, as well as force text (.sam) output.

Same for createVCFWriter. And inputs too.

@cmnbroad cmnbroad added the Engine label Mar 8, 2019
@cmnbroad cmnbroad changed the title Better support streaming inputs/outputs from/to stdin/stdout. Improve support streaming inputs/outputs from/to stdin/stdout. Mar 8, 2019
@jamesemery jamesemery self-assigned this Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants