make_option("--tsv",help="Path to a tab-separated table with additional sequence metadata. The file must contain a header line with `seq_id` column."),
make_option("--prefix",help="A prefix to add to every seq_id",default="")
)
opt<-parse_args(OptionParser(description="Change headers lines in a FASTA file",option_list=option_list),positional_arguments=1)
opt<-parse_args(
OptionParser(
description="Change headers lines in a FASTA file",