Skip to content

Commit 7e644cf

Browse files
0.0.1
1 parent 3b56244 commit 7e644cf

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# I-PV <img src="./logo.png" width='70' height='auto' style='float:right;'>
1+
# I-PV <img src="https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/logo.png?raw=true" width='70' height='auto' style='float:right;'>
2+
3+
[![NPM](https://nodei.co/npm/ibowankenobi-i-pv.png)](https://nodei.co/npm/ibowankenobi-i-pv/)
4+
5+
## Read the article
6+
7+
[![link](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/i-pv_article.jpeg)](https://academic.oup.com/bioinformatics/article/32/3/447/1743584)
28

39
## Interactive Protein Sequence VIsualization/Viewer
410

@@ -14,6 +20,8 @@ post the files in the datatracks folder as supplementary.
1420

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

17-
Below is a [sample output](http://i-pv.org/EGFR.html).
23+
Below are some [sample outputs](http://i-pv.org/EGFR.html).
24+
25+
![alt tag](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample.png?raw=true)
1826

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

i-pv/ReadMe.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Suppose you exited the i-pv after generation of circos datatracks. And then you
4040
>
4141
> 👉 Use circos version 0.67-7. <br>
4242
>
43+
> 👉 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.
44+
>
4345
> 👉 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>
4446
>
4547
> 👉 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>

img/i-pv_article.jpeg

139 KB
Loading

logo.png renamed to img/logo.png

File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibowankenobi-i-pv",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"org_ipv": {
55
"version": "1.46"
66
},
@@ -26,9 +26,10 @@
2626
"setGit": "npm run gitAddAll && npm run gitCommit && npm run gitTag && npm run gitPush && npm run gitPushTags",
2727
"publishRest": "npm run setGit && npm publish",
2828
"publishPatch": "npm run bumpPatch && npm run publishRest",
29+
"publishPatchNPM": "npm run bumpPatchNPM && npm run publishRest",
2930
"publishMinor": "npm run bumpMinor && npm run publishRest",
3031
"publishMajor": "npm run bumpMajor && npm run publishRest",
31-
"syncMirror": "cross-env-shell node ./util/syncMirror.js"
32+
"syncMirror": "cross-env-shell node ./util/syncMirror.js"
3233
},
3334
"keywords": [
3435
"interactive",

0 commit comments

Comments
 (0)