Skip to content

Commit 2a17741

Browse files
committed
Improve help message in append_primers
1 parent a74f46c commit 2a17741

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: micall/utils/append_primers.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ def append_primers_to_record(record: SeqRecord,
6565

6666
def parse_arguments(argv: Sequence[str]) -> argparse.Namespace:
6767
parser = argparse.ArgumentParser(
68-
description="Append configurable primer sequences to every "
69-
"FASTA sequence in an input file."
68+
description="Append primer sequences to every "
69+
"FASTA sequence in an input file. "
70+
"Sequences are appended at both ends."
7071
)
7172
parser.add_argument("input_fasta", type=Path,
7273
help="Path to the input FASTA file")

0 commit comments

Comments
 (0)