Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimTanyalcin committed Aug 27, 2021
1 parent 4d26d9e commit 2471cb5
Show file tree
Hide file tree
Showing 11 changed files with 132 additions and 41,399 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG

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

## 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)
[![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)

## Interactive Protein Sequence VIsualization/Viewer

Expand All @@ -24,4 +24,16 @@ 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 2](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample2.png?raw=true)
![alt tag 2](https://github.com/IbrahimTanyalcin/I-PV/blob/master/img/sample2.png?raw=true)

## 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.
82 changes: 53 additions & 29 deletions i-pv/circos-p/Output/ace2/ACE2.html

Large diffs are not rendered by default.

10,430 changes: 0 additions & 10,430 deletions i-pv/circos-p/Output/ace2/ACE2_2.html

This file was deleted.

10,469 changes: 0 additions & 10,469 deletions i-pv/circos-p/Output/ace2/ACE2_or.html

This file was deleted.

84 changes: 54 additions & 30 deletions i-pv/circos-p/Output/covid19/COVID.html

Large diffs are not rendered by default.

10,198 changes: 0 additions & 10,198 deletions i-pv/circos-p/Output/covid19/COVID_2.html

This file was deleted.

10,237 changes: 0 additions & 10,237 deletions i-pv/circos-p/Output/covid19/COVID_or - Copy.html

This file was deleted.

2 changes: 1 addition & 1 deletion i-pv/script/SNPtoAA.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
my $version;
getopt();
defined $help ? print $explanation : print "" ;
defined $version ? print "version 1.46\n" : print "" ;
defined $version ? print "version 1.47\n" : print "" ;


if ((defined $PATH)&&($PATH =~ /^.*\/.*\s*|^-.*\/.*\s*/)) {
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibowankenobi-i-pv",
"version": "0.0.2",
"version": "0.0.3",
"org_ipv": {
"version": "1.47"
},
Expand Down

0 comments on commit 2471cb5

Please sign in to comment.