KPV is an online tool to visualize and interact with KEGG metabolic pathways.
The network elaborated in our study contemplates protein classifications according to the AP detection algorithm,facilitating the visual identification of the most important proteins of a network (points of articulation). Additionally, our proposal provides a dynamic HTML visualizations of KEGG pathways enabling the simulation of basic operations such as nodes removal and edge addition.
Easy! Just click here.
You can help us to make this projet even better 🚀. Here are the ways you can contribute to this project:
Report your feedback, issues or suggestions by creating a topic here 👊.
Bring your dev skills to the team by clicking here 💻.
As you know, KEGG PATHWAY VIEWER is a free web tool and it will remain free forever. However, maintaining and improving it costs time and money. If you like our work and find it useful, please help science initiatives spread out. Your contribution will be greatly appreciated and help me continue to develop this awesome tool crafted with ❤️
- Inácio Medeiros
- Diego Arthur
- Igor Brandão ( [email protected] )
You can be the next to help out! 🙏
In order to update the CHANGELOG.md
, install the extension auto-changelog
: [npm install -g auto-changelog] and after run the following command:
auto-changelog --template keepachangelog
Toc create release labels to the project, execute the following commands:
git tag -a v[version number in format x.x.x] -m "version [version number in format x.x.x]"
git push origin --tags
When uploading the project to the server, set the following file and folder permissions:
Folders like 755 find . -type d -exec chmod 755 {} ;
Files like 644 find . -type f -exec chmod 644 {} ;