Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineOhrman authored Dec 6, 2024
1 parent 32b7421 commit 9852d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If a reference fasta file is specified with `--reference` the primers will be al
preprimer convert --input-format varvamp --primer-info tests/test_data/ASFV_long/primers.tsv --output-folder schemes --output-format artic fasta sts --prefix ASFV --reference tests/test_data/LR722600.1.fasta
```

The varVAMP primers might contain ambiguous nucleotide characters (not only ATCG) that will be a problem for the aligner. Also an alignment will be made which is located in folder This software will look for these characters during alignment and promt if they are found.


If `--force` no prompts will be displayed and
- existing folders will be automatically removed with new
Expand Down Expand Up @@ -80,7 +80,7 @@ Output:
- me-pcr
- exonerate

The output will be saved in {output_folder}/alignment/mepcr and {output_folder}/alignment/exonerate
The output will be saved in {output_folder}/alignment/mepcr and {output_folder}/alignment/exonerate. The varVAMP primers might contain ambiguous nucleotide characters (not only ATCG) that will be a problem for the me-pcr aligner. Then, first genereate
```
preprimer align --sts-file tests/test_data/ASFV.sts.tsv --output-format me-pcr exonerate --reference tests/test_data/LR722600.1.fasta --prefix ASFV --output-folder output_alignment --force
```
Expand Down

0 comments on commit 9852d13

Please sign in to comment.