Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed May 24, 2018
1 parent 75c2daa commit 5d0b877
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/create_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ sub getIniFiles {
my ($iniDir) = @_;

-d $iniDir or die "Can't get INI files from $iniDir: $!";
my @iniFiles = File::Find::Rule->file()
->name("*.ini")
->maxdepth(1)
->in($iniDir);
my @iniFiles = File::Find::Rule->file() #
->name("*.ini") #
->maxdepth(1) #
->in($iniDir); #

return \@iniFiles;
}
1 change: 1 addition & 0 deletions lib/HMF/Pipeline/Functions/Validate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ sub configChecks {
SAMBAMBA_PATH => \&missing_directory,
MAPPING_THREADS => \&key_not_present,
BAM_SLICER_PATH => \&missing_directory,

PRESTATS => if_enabled({
FASTQC_PATH => \&missing_directory,
PRESTATS_THREADS => \&key_not_present,
Expand Down

0 comments on commit 5d0b877

Please sign in to comment.