Skip to content

Commit

Permalink
Merge pull request #4460 from vgteam/full-length-no-output
Browse files Browse the repository at this point in the history
support --no-output as long version of -V
  • Loading branch information
glennhickey authored Nov 28, 2024
2 parents af11d07 + 3c8fe5a commit 36c322a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/subcommand/filter_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ int main_filter(int argc, char** argv) {
{"drop-split", no_argument, 0, 'S'},
{"xg-name", required_argument, 0, 'x'},
{"verbose", no_argument, 0, 'v'},
{"no-output", no_argument, 0, 'V'},
{"tsv-out", no_argument, 0, 'T'},
{"min-mapq", required_argument, 0, 'q'},
{"repeat-ends", required_argument, 0, 'E'},
Expand Down

1 comment on commit 36c322a

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 17484 seconds

Please sign in to comment.