Skip to content

Commit

Permalink
add -print_metrics to jenkins test
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Apr 6, 2016
1 parent 7823abd commit 47dfa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ echo "Printing reads and fragments"
"$ADAM" print "$READS" 1>/dev/null 2>/dev/null
"$ADAM" print "$FRAGMENTS" 1>/dev/null 2>/dev/null
echo "Printing read statistics"
"$ADAM" flagstat "$READS"
"$ADAM" flagstat -print_metrics "$READS"
rm -rf "$ADAM_TMP_DIR"
popd

Expand Down

0 comments on commit 47dfa4d

Please sign in to comment.