Skip to content

Commit

Permalink
Resolve #39 - sample folders not being created for sub-targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Dec 22, 2015
1 parent 16abc14 commit 3b15282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/nullarbor.pl
Expand Up @@ -244,7 +244,9 @@
my @clipped = ("$id/$R1", "$id/$R2");
print ISOLATES "$id\n";

# make_path($dir);
# Solve a lot of issues by just making the paths here instead of the makefile!
make_path($dir);

$make{"$id"} = {
# CMD => [ "if [ ! -d '$make_target' ]; then mkdir -p $make_target ; fi" ],
CMD => [ "mkdir -p $make_target" ],
Expand Down

0 comments on commit 3b15282

Please sign in to comment.