Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
takutosato committed Aug 6, 2024
1 parent 275850f commit 8422a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/picard/sam/PipedDataTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Object[][] getPipedInputTestData() throws IOException {
final String[] revertSamCommand = {
"/bin/bash",
"-c",
getViewSamPicardCommand("testdata/picard/sam/test.bam") + // tsato: this has to be a "+", not ",". Best to extract a method "piped input argument builder" or something
getViewSamPicardCommand("testdata/picard/sam/test.bam") +
"| " +
picardCommandlinePreamble +
"RevertSam " +
Expand Down

0 comments on commit 8422a32

Please sign in to comment.