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

[ADAM-916] New strategy for writing header. #917

Merged
merged 1 commit into from
Jan 14, 2016

Commits on Jan 14, 2016

  1. [ADAM-916] New strategy for writing header.

    Resolves bigdatagenomics#916. Makes several modifications that should eliminate the header
    attach issue when writing back to SAM/BAM:
    
    * Writes the SAM/BAM header as a single file.
    * Instead of trying to attach the SAM/BAM header to the output format via a
      singleton object, we pass the path to the SAM/BAM header file via the Hadoop
      configuration.
    * The output format reads the header from HDFS when creating the record writer.
    * At the end, once we've written the full RDD and the header file, we merge all
      via Hadoop's FsUtil.
    fnothaft committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    7d4b409 View commit details
    Browse the repository at this point in the history