mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
fix table (#4910)
Co-authored-by: Michiel Jan Laurens de Hoon <mdehoon@Michiels-MacBook-Air.local>
This commit is contained in:
@ -1665,101 +1665,100 @@ formats can also be written by ``Bio.Align``, as shown in the table.
|
||||
|
||||
.. container:: center
|
||||
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| File format | Description | text / | Supported | Subsection |
|
||||
| ``fmt`` | | binary | by | |
|
||||
| | | | ``write`` | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``a2m`` | A2M | text | yes | `1.7.11 |
|
||||
| | | | | <#subsec:al |
|
||||
| | | | | ign_a2m>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``bed`` | Browser | text | yes | `1.7.14 |
|
||||
| | Extensible | | | <#subsec:al |
|
||||
| | Data (BED) | | | ign_bed>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigbed`` | bigBed | binary | yes | `1.7.15 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigbed>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigmaf`` | bigMaf | binary | yes | `1.7.19 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigmaf>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigpsl`` | bigPsl | binary | yes | `1.7.17 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigpsl>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``chain`` | UCSC chain | text | yes | `1.7.20 <# |
|
||||
| | file | | | subsec:alig |
|
||||
| | | | | n_chain>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``clustal`` | ClustalW | text | yes | `1.7.2 <#su |
|
||||
| | | | | bsec:align_ |
|
||||
| | | | | clustal>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``emboss`` | EMBOSS | text | no | `1.7.5 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _emboss>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| `` | Exonerate | text | yes | `1 |
|
||||
| exonerate`` | | | | .7.7 <#subs |
|
||||
| | | | | ec:align_ex |
|
||||
| | | | | onerate>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``fasta`` | Aligned | text | yes | `1.7.1 <# |
|
||||
| | FASTA | | | subsec:alig |
|
||||
| | | | | n_fasta>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``hhr`` | HH-suite | text | no | `1.7.10 |
|
||||
| | output | | | <#subsec:al |
|
||||
| | files | | | ign_hhr>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``maf`` | Multiple | text | yes | `1.7.18 |
|
||||
| | Alignment | | | <#subsec:al |
|
||||
| | Format | | | ign_maf>`__ |
|
||||
| | (MAF) | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``mauve`` | Mauve | text | yes | `1.7.12 <# |
|
||||
| | eXtended | | | subsec:alig |
|
||||
| | Multi-FastA | | | n_mauve>`__ |
|
||||
| | (xmfa) | | | |
|
||||
| | format | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``msf`` | GCG | text | no | `1.7.6 |
|
||||
| | Multiple | | | <#subsec:al |
|
||||
| | Sequence | | | ign_msf>`__ |
|
||||
| | Format | | | |
|
||||
| | (MSF) | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``nexus`` | NEXUS | text | yes | `1.7.8 <# |
|
||||
| | | | | subsec:alig |
|
||||
| | | | | n_nexus>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``phylip`` | PHYLIP | text | yes | `1.7.4 <#s |
|
||||
| | output | | | ubsec:align |
|
||||
| | files | | | _phylip>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``psl`` | Pattern | text | yes | `1.7.16 |
|
||||
| | Space | | | <#subsec:al |
|
||||
| | Layout | | | ign_psl>`__ |
|
||||
| | (PSL) | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``sam`` | Sequence | text | yes | `1.7.13 |
|
||||
| | Al | | | <#subsec:al |
|
||||
| | ignment/Map | | | ign_sam>`__ |
|
||||
| | (SAM) | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| `` | Stockholm | text | yes | `1 |
|
||||
| stockholm`` | | | | .7.3 <#subs |
|
||||
| | | | | ec:align_st |
|
||||
| | | | | ockholm>`__ |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
| ``tabular`` | Tabular | text | no | `1.7.9 <#su |
|
||||
| | output from | | | bsec:align_ |
|
||||
| | BLAST or | | | tabular>`__ |
|
||||
| | FASTA | | | |
|
||||
+-------------+-------------+-------------+-------------+-------------+
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| File format | Description | text / | Supported | Subsection |
|
||||
| ``fmt`` | | binary | by | |
|
||||
| | | | ``write`` | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``a2m`` | A2M | text | yes | `1.7.11 |
|
||||
| | | | | <#subsec:al |
|
||||
| | | | | ign_a2m>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``bed`` | Browser | text | yes | `1.7.14 |
|
||||
| | Extensible | | | <#subsec:al |
|
||||
| | Data (BED) | | | ign_bed>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigbed`` | bigBed | binary | yes | `1.7.15 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigbed>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigmaf`` | bigMaf | binary | yes | `1.7.19 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigmaf>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``bigpsl`` | bigPsl | binary | yes | `1.7.17 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _bigpsl>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``chain`` | UCSC chain | text | yes | `1.7.20 <# |
|
||||
| | file | | | subsec:alig |
|
||||
| | | | | n_chain>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``clustal`` | ClustalW | text | yes | `1.7.2 <#su |
|
||||
| | | | | bsec:align_ |
|
||||
| | | | | clustal>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``emboss`` | EMBOSS | text | no | `1.7.5 <#s |
|
||||
| | | | | ubsec:align |
|
||||
| | | | | _emboss>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``exonerate`` | Exonerate | text | yes | `1 |
|
||||
| | | | | .7.7 <#subs |
|
||||
| | | | | ec:align_ex |
|
||||
| | | | | onerate>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``fasta`` | Aligned | text | yes | `1.7.1 <# |
|
||||
| | FASTA | | | subsec:alig |
|
||||
| | | | | n_fasta>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``hhr`` | HH-suite | text | no | `1.7.10 |
|
||||
| | output | | | <#subsec:al |
|
||||
| | files | | | ign_hhr>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``maf`` | Multiple | text | yes | `1.7.18 |
|
||||
| | Alignment | | | <#subsec:al |
|
||||
| | Format | | | ign_maf>`__ |
|
||||
| | (MAF) | | | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``mauve`` | Mauve | text | yes | `1.7.12 <# |
|
||||
| | eXtended | | | subsec:alig |
|
||||
| | Multi-FastA | | | n_mauve>`__ |
|
||||
| | (xmfa) | | | |
|
||||
| | format | | | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``msf`` | GCG | text | no | `1.7.6 |
|
||||
| | Multiple | | | <#subsec:al |
|
||||
| | Sequence | | | ign_msf>`__ |
|
||||
| | Format | | | |
|
||||
| | (MSF) | | | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``nexus`` | NEXUS | text | yes | `1.7.8 <# |
|
||||
| | | | | subsec:alig |
|
||||
| | | | | n_nexus>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``phylip`` | PHYLIP | text | yes | `1.7.4 <#s |
|
||||
| | output | | | ubsec:align |
|
||||
| | files | | | _phylip>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``psl`` | Pattern | text | yes | `1.7.16 |
|
||||
| | Space | | | <#subsec:al |
|
||||
| | Layout | | | ign_psl>`__ |
|
||||
| | (PSL) | | | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``sam`` | Sequence | text | yes | `1.7.13 |
|
||||
| | Alignment/ | | | <#subsec:al |
|
||||
| | Map (SAM) | | | ign_sam>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``stockholm`` | Stockholm | text | yes | `1 |
|
||||
| | | | | .7.3 <#subs |
|
||||
| | | | | ec:align_st |
|
||||
| | | | | ockholm>`__ |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
| ``tabular`` | Tabular | text | no | `1.7.9 <#su |
|
||||
| | output from | | | bsec:align_ |
|
||||
| | BLAST or | | | tabular>`__ |
|
||||
| | FASTA | | | |
|
||||
+---------------+-------------+-------------+-------------+-------------+
|
||||
|
||||
.. _`subsec:align_fasta`:
|
||||
|
||||
|
Reference in New Issue
Block a user