@@ -33,7 +33,7 @@ using namespace vg;
3333using namespace vg ::subcommand;
3434
3535void 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