Skip to content

Commit e4ee234

Browse files
committed
create results dir if not exists
1 parent 13b47b3 commit e4ee234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ComputeDeltaESRSeq.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#######
2424

2525
if (! -f 'data/hexamers.txt') {die "\nNo hexamer file in the data directory\n"}
26+
if (! -d 'results') {mkdir('results', '0755')}
2627

2728
#check togows.org availability
2829
my $p = Net::Ping->new();

0 commit comments

Comments
 (0)