Page 1 of 1

Web display of results

Posted: Thu Aug 11, 2022 10:18 pm
by JFACELLI
The results from the server can be displayed using a web application that downloads as a file named "index" that can be used to display the results when they are downloaded locally. Is there a similar HTML application that can be used to build the "index" file for calculations done using the downloaded version of I-TASSER? Or alternatively, why the downloaded version of I-TASSER does not build the "index" file?

Best,

Julio

Re: Web display of results

Posted: Fri Aug 12, 2022 9:06 pm
by jlspzw
Dear user,

Thank you for considering use our package, if you use I-TASSER5.1, there should have one folder file2html in the package, you can check the readme to see how to use this script to build the HTML file. while to use it, you may need the following requirements.

file2html requires Python2.6 or Python2.7. Plase edit configure.py to change
the following variables:
'pymol_exe': location of PyMOL (http://pymol.org) executable
'ITLIB': location of I-TASSER library

The main script for conversion is file2html.py:
"$pkgdir/file2html/file2html.py datadir"

Best
IT team