Skip to content

Commit

Permalink
modified naming format
Browse files Browse the repository at this point in the history
  • Loading branch information
titima15 committed Nov 13, 2024
1 parent a5c94e1 commit b7c972a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/CXGN/Transformation/CreateAutogeneratedNames.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ sub create_names {
push @all_name_components, $name_info;
}
}
push @all_name_components, $incremented_number;
$new_name = join("_", @all_name_components);
$new_name = join("_", @all_name_components).$incremented_number;
push @new_autogenerated_names, $new_name;
}

Expand Down

0 comments on commit b7c972a

Please sign in to comment.