Skip to content

Commit 2471cb5

Browse files
0.0.3
1 parent 4d26d9e commit 2471cb5

File tree

11 files changed

+132
-41399
lines changed

11 files changed

+132
-41399
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG
2+
3+
## NPM_0.0.3 / IPV_1.47
4+
- updated version string in `SNPtoAA.pl`
5+
- version number is removed from `package.json`'s main entry point. Regarless of versions, entry point will be same (`SNPtoAA.pl`).
6+
- Removed extra copies of ACE2 and Sars-Cov-2 spike examples
7+
- Added `FindBin` module from `relativePathPropositon` branch to remedy potential issues with relative paths in different OSs

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Read the article
66

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)
7+
[![link](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/i-pv_article.jpeg?raw=true)](https://academic.oup.com/bioinformatics/article/32/3/447/1743584)
88

99
## Interactive Protein Sequence VIsualization/Viewer
1010

@@ -24,4 +24,16 @@ Below are some [sample outputs](http://i-pv.org/EGFR.html).
2424

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

27-
![alt tag 2](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample2.png?raw=true)
27+
![alt tag 2](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample2.png?raw=true)
28+
29+
## Publishing
30+
31+
- Run one of the publish scripts within `package.json`:
32+
33+
```
34+
npm run publishPatchNPM
35+
```
36+
- The `gitTag.js` inside `/utils` can both update `npm` version and `org_ipv` version.
37+
- If you change peripheral files only, increment `npm` version.
38+
- If you change `SNPtoAA.pl`, increment both `npm` version and `org_ipv` version.
39+
- Choose the right publish script based on above.

i-pv/circos-p/Output/ace2/ACE2.html

Lines changed: 53 additions & 29 deletions
Large diffs are not rendered by default.

i-pv/circos-p/Output/ace2/ACE2_2.html

Lines changed: 0 additions & 10430 deletions
This file was deleted.

i-pv/circos-p/Output/ace2/ACE2_or.html

Lines changed: 0 additions & 10469 deletions
This file was deleted.

i-pv/circos-p/Output/covid19/COVID.html

Lines changed: 54 additions & 30 deletions
Large diffs are not rendered by default.

i-pv/circos-p/Output/covid19/COVID_2.html

Lines changed: 0 additions & 10198 deletions
This file was deleted.

i-pv/circos-p/Output/covid19/COVID_or - Copy.html

Lines changed: 0 additions & 10237 deletions
This file was deleted.

i-pv/script/SNPtoAA.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
my $version;
1414
getopt();
1515
defined $help ? print $explanation : print "" ;
16-
defined $version ? print "version 1.46\n" : print "" ;
16+
defined $version ? print "version 1.47\n" : print "" ;
1717

1818

1919
if ((defined $PATH)&&($PATH =~ /^.*\/.*\s*|^-.*\/.*\s*/)) {

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.

0 commit comments

Comments
 (0)