Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Nuhn committed Jan 22, 2016
1 parent 9816bb7 commit 974c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/Funcgen/Hive/MergeQCAlignments.pm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ sub fetch_input {
#could have recreated output_dir and merged_file_name from ResultSet and run_controls
#as we did in MergeChunkResultSetFastqs, but passed for convenience
my $gender = $rset->cell_type->gender;
$file_gender = 'female'
my $file_gender = 'female'
if ($gender eq 'mixed');

$self->sam_header($file_gender);
Expand Down

0 comments on commit 974c871

Please sign in to comment.