Skip to content

Commit

Permalink
Set this to the expected 'genotype file' instead of 'genotype_file'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmooney committed Dec 31, 2013
1 parent 4e37538 commit ed63804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/perl/Genome/Site/TGI/Synchronize/Classes/Genotyping.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ sub params_for_create_in_genome {
my %params = $self->SUPER::params_for_create_in_genome;
return if not %params;

$params{import_format} = 'genotype_file';
$params{import_format} = 'genotype file';
$params{library} = $self->library;

return %params;
Expand Down

0 comments on commit ed63804

Please sign in to comment.