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

Changes to FastaReferenceWriter #1285

Merged
merged 3 commits into from
Feb 18, 2019
Merged

Changes to FastaReferenceWriter #1285

merged 3 commits into from
Feb 18, 2019

Commits on Feb 16, 2019

  1. moving HttpUtilsTest to externalApi test task

    * HttpUtilsTest is flakey because it connects to remote web servers.
    Moved it to the testExternalAPIs test task
    * changed a broken link so that the tests pass again
    lbergelson committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    9c1ce50 View commit details
    Browse the repository at this point in the history
  2. Changes to FastaReferenceWriter

    * make sure the OutputStreams are always buffered
    * change close behavior to be more likely to close all output streams in
    the event of an early shutdown
    * loosen restriction from BufferedWriter to Writer in
    SAMSequenceDictionaryCodec and SAMTextHeaderCodec
    lbergelson committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    50da9cd View commit details
    Browse the repository at this point in the history
  3. remove extraneous import

    lbergelson committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    d2aa174 View commit details
    Browse the repository at this point in the history