Skip to content

Commit

Permalink
Update muscle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Nov 6, 2023
1 parent 685101e commit b58f6e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/src/en/muscle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Return format: ClustalW formatted standard out or aligned FASTA (.afa).

**Positional argument**
`fasta`
Path to FASTA or .txt file containing the nucleotide or amino acid sequences to be aligned.
List of sequences or path to FASTA or .txt file containing the nucleotide or amino acid sequences to be aligned.

**Optional arguments**
`-o` `--out`
Expand All @@ -23,6 +23,14 @@ Python: Use `verbose=False` to prevent progress information from being displayed


### Example
```bash
gget muscle MSSSSWLLLSLVAVTAAQSTIEEQAKTFLDKFNHEAEDLFYQSSLAS MSSSSWLLLSLVEVTAAQSTIEQQAKTFLDKFHEAEDLFYQSLLAS
```
```python
# Python
gget.muscle(["MSSSSWLLLSLVAVTAAQSTIEEQAKTFLDKFNHEAEDLFYQSSLAS", "MSSSSWLLLSLVEVTAAQSTIEQQAKTFLDKFHEAEDLFYQSLLAS"])
```

```bash
gget muscle fasta.fa
```
Expand Down

0 comments on commit b58f6e1

Please sign in to comment.