Skip to content

Commit

Permalink
Update Pipeline.pm
Browse files Browse the repository at this point in the history
Ordered subs AB
  • Loading branch information
jemten committed Jun 20, 2019
1 parent 4c8ac86 commit 655b205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MIP/Check/Pipeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,10 @@ sub check_rd_dna_vcf_rerun {
use MIP::Check::Reference qw{ check_parameter_metafiles };
use MIP::File::Format::Config qw{ write_mip_config };
use MIP::Get::File qw{ get_select_file_contigs };
use MIP::Sample_info qw{ set_in_sample_info };
use MIP::Set::Parameter qw{ set_parameter_to_broadcast };
use MIP::Update::Contigs qw{ size_sort_select_file_contigs update_contigs_for_run };
use MIP::Update::Parameters qw{ update_vcfparser_outfile_counter };
use MIP::Set::Parameter qw{ set_parameter_to_broadcast };
use MIP::Sample_info qw{ set_in_sample_info };

## Check sample_id provided in hash parameter is included in the analysis
check_sample_id_in_hash_parameter(
Expand Down

0 comments on commit 655b205

Please sign in to comment.