Skip to content

Commit 106f158

Browse files
jkbonfieldpd3
authored andcommitted
Fix csq error message for now fasta file.
It stated "Missing the --fa-ref option", but the option is "--fasta-ref".
1 parent ca95dfe commit 106f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3495,7 +3495,7 @@ int main_csq(int argc, char *argv[])
34953495
}
34963496
else fname = argv[optind];
34973497
if ( argc - optind>1 ) error("%s", usage());
3498-
if ( !args->fa_fname ) error("Missing the --fa-ref option\n");
3498+
if ( !args->fa_fname ) error("Missing the --fasta-ref option\n");
34993499
if ( !args->gff_fname ) error("Missing the --gff option\n");
35003500
args->sr = bcf_sr_init();
35013501
if ( targets_list )

0 commit comments

Comments
 (0)