Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Aug 21, 2021
1 parent 3b56244 commit 7e644cf
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# I-PV <img src="./logo.png" width='70' height='auto' style='float:right;'>
# I-PV <img src="https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/logo.png?raw=true" width='70' height='auto' style='float:right;'>

[![NPM](https://nodei.co/npm/ibowankenobi-i-pv.png)](https://nodei.co/npm/ibowankenobi-i-pv/)

## Read the article

[![link](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/i-pv_article.jpeg)](https://academic.oup.com/bioinformatics/article/32/3/447/1743584)

## Interactive Protein Sequence VIsualization/Viewer

Expand All @@ -14,6 +20,8 @@ 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 is a [sample output](http://i-pv.org/EGFR.html).
Below are some [sample outputs](http://i-pv.org/EGFR.html).

![alt tag](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample.png?raw=true)

![alt tag](./sample.png)
![alt tag 2](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample2.png?raw=true)
2 changes: 2 additions & 0 deletions i-pv/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Suppose you exited the i-pv after generation of circos datatracks. And then you
>
> 👉 Use circos version 0.67-7. <br>
>
> 👉 If you are using perl 5.22 use the provided `circos-0.67-7_perl_5_22` circos distribution. If you are using perl 5.26, use the other. The only difference between these packages are the `SVG.pm` regex expressions.
>
> 👉 If on windows, versions of circos newer than 0.67-7 will give an error, replace the circos file in the *./bin folder* of circos with the same file coming from 0.67-7 version. <br>
>
> 👉 If you use these newer versions, a compulsory white background is added. So when your output from i-pv is generated, go to `./Output` folder and open the html file, search for a group with the id of `bg` and remove it. This should solve the white background issue. <br>
Expand Down
Binary file added img/i-pv_article.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibowankenobi-i-pv",
"version": "0.0.0",
"version": "0.0.1",
"org_ipv": {
"version": "1.46"
},
Expand All @@ -26,9 +26,10 @@
"setGit": "npm run gitAddAll && npm run gitCommit && npm run gitTag && npm run gitPush && npm run gitPushTags",
"publishRest": "npm run setGit && npm publish",
"publishPatch": "npm run bumpPatch && npm run publishRest",
"publishPatchNPM": "npm run bumpPatchNPM && npm run publishRest",
"publishMinor": "npm run bumpMinor && npm run publishRest",
"publishMajor": "npm run bumpMajor && npm run publishRest",
"syncMirror": "cross-env-shell node ./util/syncMirror.js"
"syncMirror": "cross-env-shell node ./util/syncMirror.js"
},
"keywords": [
"interactive",
Expand Down

0 comments on commit 7e644cf

Please sign in to comment.