Skip to content

Commit

Permalink
RSII sort analysis files
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelter committed Aug 17, 2018
1 parent 6f4efbb commit ba1746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pacbio/Run/AnalysisFactoryForRsii.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sub build_from_analysis_directory {
metadata_xml_file => file($metadata_xml_file),
%$xml_info,
);
$analysis->add_analysis_files( map { file($_) } @analysis_files );
$analysis->add_analysis_files( map { file($_) } sort { $a cmp $b } @analysis_files );
$analysis;
}

Expand Down

0 comments on commit ba1746e

Please sign in to comment.