We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d3efaa commit 02c582eCopy full SHA for 02c582e
tests/lib/junctions/test_junctions_extractor.cc
@@ -34,7 +34,7 @@ class JunctionsExtractTest : public ::testing::Test {
34
35
TEST_F(JunctionsExtractTest, ParseInput) {
36
int argc = 4;
37
- char * argv[] = {"extract", "-s", "0", "test_input.bam"};
+ char * argv[] = {"extract", "-s", "XS", "test_input.bam"};
38
int ret = jc1.parse_options(argc, argv);
39
string expected_bam("test_input.bam");
40
ASSERT_EQ(expected_bam, jc1.get_bam());
0 commit comments