Nathan Mih
Nathan Mih
Could be integrated with packages such as: https://github.com/Superzchen/iFeature/
A run for a single protein of an external program would be useful to understand how long calculating a property would take.
When running QC/QA, the first thing that is done is a pairwise alignment. The quality of this alignment can have a big impact of the result. The setting of gap...
This also will make the transition to using the hadoop sequence file for structures much easier.
See documentation: https://docs.google.com/document/u/1/d/1566Ub_-WAXMcuOA8gmb2-X9JmYfWuZarrgneNVaBQd8/pub Example: http://aquaria.ws/P51451
https://spark.apache.org/docs/latest/sql-programming-guide.html#parquet-files
Freshly installed cobra environment + ssbio runs into an import error for the package "ruamel_yaml", solved by: pip install ruamel_yaml==0.11.14 See: https://stackoverflow.com/questions/41373834/conda-importerror-no-module-named-ruamel-yaml-comments
\# Temporarily disable logging messages logging.disable(logging.WARNING) \ \# Re-enable logging logging.disable(logging.NOTSET)
Currently, QC/QA for structures stops when a representative structure is found. However the following case is possible: - Multiple parts of the structure are homology modeled - Another structure has...
Currently, if sequences are provided manually, there is no way to easily map them to KEGG or UniProt other than providing the IDs. It would be nice to be able...