Skip to content

Commit 4d26d9e

Browse files
0.0.2
1 parent 7e644cf commit 4d26d9e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

i-pv/script/SNPtoAA.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use File::Copy qw(copy);
66
use File::Copy qw(move);
77
use Getopt::Long;
8+
use FindBin;
89

910
my $PATH;
1011
my $help;
@@ -902,7 +903,7 @@
902903
#Run circos
903904
print "Running circos..\n";
904905
my $circos = "C:/strawberry/circos-0.67-7/bin/circos";
905-
my $circos_results = system($^X, $circos, "-conf=../circos-p/templates/circos_template.conf", "-outputdir=../circos-p/Output");
906+
my $circos_results = system($^X, $circos, "-conf=$FindBin::Bin/../circos-p/templates/circos_template.conf", "-outputdir=$FindBin::Bin/../circos-p/Output");
906907
print "Your image is created..\n";
907908
#Run circos
908909

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ibowankenobi-i-pv",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"org_ipv": {
5-
"version": "1.46"
5+
"version": "1.47"
66
},
77
"description": "Interactive Protein Sequence VIsualization/Viewer - Interactive Circos",
88
"main": "./i-pv/script/SNPtoAA.pl",

0 commit comments

Comments
 (0)