Skip to content

Commit ec3940d

Browse files
Merge branch 'hotfix/fix_plink_male_found'
2 parents 837e765 + 3acb155 commit ec3940d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

definitions/define_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ module_time:
253253
pgatk_genotypegvcfs: 10
254254
pgatk_variantrecalibration: 10
255255
pfreebayes: 20
256-
psamtools_mpileup: 20
256+
psamtools_mpileup: 40
257257
pgatk_combinevariantcallsets: 2
258258
pprepareforvariantannotationblock: 5
259259
prhocall: 5

mip.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ BEGIN
106106
);
107107

108108
# Set MIP version
109-
our $VERSION = 'v5.0.11';
109+
our $VERSION = 'v5.0.12';
110110

111111
## Directories, files, job_ids and sample_info
112112
my ( %infile, %indir_path, %infile_lane_prefix, %lane,
@@ -34700,7 +34700,7 @@ sub detect_sample_id_gender {
3470034700

3470134701
if ( $sample_info_href->{sample}{$sample_id}{sex} =~ /1|^male/ ) { #Male
3470234702

34703-
$male_found++; #Male
34703+
$male_found = 1; #Male
3470434704
}
3470534705
elsif ( $sample_info_href->{sample}{$sample_id}{sex} =~ /2|female/ )
3470634706
{ #Female

0 commit comments

Comments
 (0)