Skip to content

Commit

Permalink
fixed datacheck module ConvertTapToJson not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-ebi committed Jul 24, 2020
1 parent ef95146 commit c07414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse_results.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ =head1 OPTIONS

my $parse_cmd =
"standaloneJob.pl ".
" Bio::EnsEMBL::DataCheck::Pipeline::DataCheckTapToJson".
" Bio::EnsEMBL::DataCheck::Pipeline::ConvertTapToJson".
" -tap $tap";
$parse_cmd .= " -json_output_file $output_file" if defined $output_file;
$parse_cmd .= " -json_by_species $by_species" if defined $by_species;
Expand Down

0 comments on commit c07414e

Please sign in to comment.