Skip to content

Commit

Permalink
Update mutate.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored May 28, 2024
1 parent e77428c commit 7e1239b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/en/mutate.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Takes in nucleotide sequences and mutations (in [standard mutation annotation](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1867422/) and returns mutated versions of the input sequences according to the provided mutations.
Return format: Saves mutated sequences in FASTA format (or returns a list containing the mutated sequences if `out=None`).

This module was co-written by [Joseph Rich](https://github.com/josephrich98).

**Positional argument**
`sequences`
Path to the FASTA file containing the sequences to be mutated, e.g., 'path/to/seqs.fa'.
Expand Down

0 comments on commit 7e1239b

Please sign in to comment.