Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billzt authored Jul 25, 2019
1 parent 8d504c1 commit 2855a27
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@ This repository is based on Python3 and acts as the successor of legacy [PrimerS

# Run testing commands
```
# (if installed from pip,) tests/query_design_multiple and tests/example.fa are included in this github repository.
# (if installed from pip,) tests/query_design_multiple and tests/example.fa can be obtained from this github repository.
# design primers and check specificity (the default mode)
primertool tests/query_design_multiple tests/example.fa -o example_design_check.json -t example_design_check.tsv
# full mode: design primers and check specificity
primertool full tests/query_design_multiple tests/example.fa -o full.json -t full.tsv
# check specificity only
primertool tests/query_check_multiple tests/example.fa --only-specificity -o example_check.json -t example_check.tsv
```
# design mode: design primers only
primertool design tests/query_design_multiple tests/example.fa -o design.json -t design.tsv
# check mode: check specificity only
primertool check tests/query_check_multiple tests/example.fa -o check.json -t check.tsv
```

0 comments on commit 2855a27

Please sign in to comment.