Skip to content

Commit 3edec02

Browse files
authored
Merge pull request #4810 from vgteam/surject-default-output
be clear about default vg surject output format
2 parents 38deb9b + 28a55a5 commit 3edec02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/subcommand/surject_main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using namespace vg;
3333
using namespace vg::subcommand;
3434

3535
void help_surject(char** argv) {
36-
cerr << "usage: " << argv[0] << " surject [options] <aln.gam> >[proj.cram]" << endl
36+
cerr << "usage: " << argv[0] << " surject [options] <aln.gam> >[proj.gam]" << endl
3737
<< "Transforms alignments to be relative to particular paths." << endl
3838
<< endl
3939
<< "options:" << endl
@@ -50,9 +50,9 @@ void help_surject(char** argv) {
5050
<< " overlapping paths instead of just primary" << endl
5151
<< " -G, --gaf-input input file is GAF instead of GAM" << endl
5252
<< " -m, --gamp-input input file is GAMP instead of GAM" << endl
53-
<< " -c, --cram-output write CRAM to stdout" << endl
54-
<< " -b, --bam-output write BAM to stdout" << endl
55-
<< " -s, --sam-output write SAM to stdout" << endl
53+
<< " -c, --cram-output write CRAM instead of GAM to stdout" << endl
54+
<< " -b, --bam-output write BAM instead of GAM to stdout" << endl
55+
<< " -s, --sam-output write SAM instead of GAM to stdout" << endl
5656
<< " -u, --supplementary divide into supplementary alignments as necessary" << endl
5757
<< " -l, --subpath-local let the multipath mapping surjection produce local" << endl
5858
<< " (rather than global) alignments" << endl

0 commit comments

Comments
 (0)