comparison alphafold.xml @ 7:eb085b3dbaf8 draft

"planemo upload for repository https://github.com/usegalaxy-au/tools-au commit 8d9f0ae6af9e8d9313c6cdcc551b24c6c44ae341"
author galaxy-australia
date Tue, 19 Apr 2022 00:39:29 +0000
parents 04e95886cf24
children ca90d17ff51b
comparison
equal deleted inserted replaced
6:04e95886cf24 7:eb085b3dbaf8
193 This is especially useful in screening drug candidates. 193 This is especially useful in screening drug candidates.
194 - Protein-protein interactions 194 - Protein-protein interactions
195 Proteins associate in many biological processes, including intracellular signalling pathways and protein complex formation. 195 Proteins associate in many biological processes, including intracellular signalling pathways and protein complex formation.
196 To predict these interactions, other programs may ingest 3D models predicted by AlphaFold. Proprietary softwares include `GOLD <https://www.ccdc.cam.ac.uk/solutions/csd-discovery/components/gold/>`_ and `SeeSAR <https://www.biosolveit.de/SeeSAR>`_, but many `free and open-source options <https://en.wikipedia.org/wiki/List_of_protein-ligand_docking_software>`_ are available such as `AutoDock <https://autodock.scripps.edu/>`_ and `SwissDock <http://www.swissdock.ch/>`_. 196 To predict these interactions, other programs may ingest 3D models predicted by AlphaFold. Proprietary softwares include `GOLD <https://www.ccdc.cam.ac.uk/solutions/csd-discovery/components/gold/>`_ and `SeeSAR <https://www.biosolveit.de/SeeSAR>`_, but many `free and open-source options <https://en.wikipedia.org/wiki/List_of_protein-ligand_docking_software>`_ are available such as `AutoDock <https://autodock.scripps.edu/>`_ and `SwissDock <http://www.swissdock.ch/>`_.
197 197
198 *Expected run times*
199
200 .. image:: https://github.com/usegalaxy-au/galaxy-local-tools/blob/1a8d3e8daa7ccc5a345ca377697735ab95ed0666/tools/alphafold/static/img/alphafold_runtime_graph.png?raw=true
201 :height: 520
202 :alt: Run time graph
203
204 |
205 | In general, we observe a quadratic relationship between sequence length and time to fold.
206 | Once your job begins, a sequence of 50aa will take approximately 1hr to complete, while a sequence of 2000aa will take about 18hrs.
207 |
208
209 **Input** 198 **Input**
210 199
211 *Amino acid sequence* 200 *Amino acid sequence*
212 201
213 | AlphaFold accepts a **single amino acid sequence** in FASTA format. 202 | AlphaFold accepts a **single amino acid sequence** in FASTA format.