-
Notifications
You must be signed in to change notification settings - Fork 369
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
Updating htsjdk to 2.19.0 #1297
Conversation
* Updating htsjdk from 2.18.2 -> 2.19.0 * Fix SamFormatConverter test * Replacing deprecated TestUtils method
a7e539d
to
2193c0a
Compare
* @param referenceSequence the reference sequence to use, necessary when reading/writing cram | ||
* @param createIndex whether or not an index should be written alongside the output file | ||
*/ | ||
public static void convert(final File input, final File output, final File referenceSequence, final Boolean createIndex) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I extracted the guts of this tool into a public method so it could be tested more sanely.
@@ -34,63 +36,47 @@ | |||
import static org.testng.Assert.assertEquals; | |||
import static org.testng.Assert.assertTrue; | |||
|
|||
public class SamFileConverterTest { | |||
public class SamFormatConverterTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed the test so it matched the tool name.
public class | ||
SamFormatConverter extends CommandLineProgram { | ||
|
||
private static final String PROGRAM_VERSION = "1.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was unused
Description
Checklist (never delete this)
Never delete this, it is our record that procedure was followed. If you find that for whatever reason one of the checklist points doesn't apply to your PR, you can leave it unchecked but please add an explanation below.
Content
Review
For more detailed guidelines, see https://github.com/broadinstitute/picard/wiki/Guidelines-for-pull-requests