We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b47b3 commit e4ee234Copy full SHA for e4ee234
ComputeDeltaESRSeq.pl
@@ -23,6 +23,7 @@
23
#######
24
25
if (! -f 'data/hexamers.txt') {die "\nNo hexamer file in the data directory\n"}
26
+if (! -d 'results') {mkdir('results', '0755')}
27
28
#check togows.org availability
29
my $p = Net::Ping->new();
0 commit comments