From 10c3b931ec19e88528d5d01c62f660008e6267eb Mon Sep 17 00:00:00 2001 From: billzt Date: Sat, 7 Mar 2020 13:22:52 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e366b2d..c9baecd 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ This repository is based on Python3 and acts as the successor of legacy [PrimerS # (if installed from pip,) tests/query_design_multiple and tests/example.fa can be obtained from this github repository. # full mode: design primers and check specificity - primertool full tests/query_design_multiple tests/example.fa -o full.json -t full.tsv + primertool full tests/query_design_multiple tests/example.fa # design mode: design primers only - primertool design tests/query_design_multiple tests/example.fa -o design.json -t design.tsv + primertool design tests/query_design_multiple tests/example.fa # check mode: check specificity only - primertool check tests/query_check_multiple tests/example.fa -o check.json -t check.tsv + primertool check tests/query_check_multiple tests/example.fa ```