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 a25a41e commit 685101e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/src/es/muscle.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Regresa: Salida estándar (STDOUT) en formato ClustalW o archivo de tipo 'aligne

**Parámetro posicional**
`fasta`
Ruta al archivo FASTA o .txt que contiene las secuencias de nucleótidos o aminoácidos que se van a alinear.
Lista de secuencias o ruta al archivo FASTA o .txt que contiene las secuencias de nucleótidos o aminoácidos que se van a alinear.

**Parámetros optionales**
`-o` `--out`
Expand All @@ -22,7 +22,15 @@ Solo para la Terminal. Impide la informacion de progreso de ser exhibida durante
Para Python, usa `verbose=False` para imipidir la informacion de progreso de ser exhibida durante la corrida.


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

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

0 comments on commit 685101e

Please sign in to comment.