Package Exports
- ibowankenobi-i-pv
- ibowankenobi-i-pv/i-pv/script/SNPtoAA.pl
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ibowankenobi-i-pv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
I-PV 
Read the article
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.


Readme
Changelog
Todo
Publishing
- Run one of the publish scripts within
package.json:
npm run publishPatchNPM- The
gitTag.jsinside/utilscan both updatenpmversion andorg_ipvversion. - If you change peripheral files only, increment
npmversion. - If you change
SNPtoAA.pl, increment bothnpmversion andorg_ipvversion. - Choose the right publish script based on above.
Mirrorring
- Publish scripts automatically run
syncMirror. For it to work, you must havemirror.conf.jsonthat haspathkey, which points to the folder of the mirror. Both root folder and mirror folders are recursively searched with a depth of5. azure.yamlsyncs a private azure repository. You can use it for other projects by changing theREMOTE_ADDRvariable.sync-public.ymlis theazure.yamlequivalent of syncing public remote master with your fork. For it work, create a remote branch with namepublicand addGIT_USER_NAMEandGIT_USER_EMAILsecrets to your repo.

