We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca95dfe commit 106f158Copy full SHA for 106f158
csq.c
@@ -3495,7 +3495,7 @@ int main_csq(int argc, char *argv[])
3495
}
3496
else fname = argv[optind];
3497
if ( argc - optind>1 ) error("%s", usage());
3498
- if ( !args->fa_fname ) error("Missing the --fa-ref option\n");
+ if ( !args->fa_fname ) error("Missing the --fasta-ref option\n");
3499
if ( !args->gff_fname ) error("Missing the --gff option\n");
3500
args->sr = bcf_sr_init();
3501
if ( targets_list )
0 commit comments