Skip to content

IbrahimTanyalcin/I-PV

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

I-PV

NPM

I-PV Website Readme Readme-Docker Changelog

Read the article

link

Interactive Protein Sequence VIsualization/Viewer

I-PV aims to unify protein features in a single interactive figure. It is easy to generate and highly customizable. Data is checked and then plotted. When you publish figures with I-PV, I recommed you also post the files in the datatracks folder as supplementary.

In I-PV is designed to convey complex proteomics information to the audience in an interesting format.

Below are some sample outputs.

alt tag

alt tag 2

Readme

Readme

Changelog

Changelog

Todo

Changelog

Publishing

  • Run one of the publish scripts within package.json:
npm run publishPatchNPM
  • The gitTag.js inside /utils can both update npm version and org_ipv version.
  • If you change peripheral files only, increment npm version.
  • If you change SNPtoAA.pl, increment both npm version and org_ipv version.
  • Choose the right publish script based on above.

Mirrorring

  • Publish scripts automatically run syncMirror. For it to work, you must have mirror.conf.json that has path key, which points to the folder of the mirror. Both root folder and mirror folders are recursively searched with a depth of 5.
  • azure.yaml syncs a private azure repository. You can use it for other projects by changing the REMOTE_ADDR variable.