Releases: MesihK/prost
Releases · MesihK/prost
v0.2.16
PROST v0.2.16
Fix warning about regex patterns.
Add split option to makedb command that splits large protein databases into chunks.
prost.py makedb -s 1000 input.fa outputwill split input.fa into 1000 proteins and create output_0.prdb, output_1.prdb so on and so forth.prost.py mergedbs output_* merged.prdbwill merge smaller databases into one big database
v0.2.15
v0.2.13
v0.2.9
PROST v0.2.9
searchspcommand now produces results in JSON format which is usable with the JSONWP tool. This allows visualization of results in a browser. A table is generated that contains all the query proteins in the search. For each query protein, a page is created that contains GO annotation enrichment results and putative homologs found by PROST. For each putative homolog found, there is an alignment page that shows the Alphafold 2 structures if available and sequence alignment that is produced using the PROTSUB matrix.