Skip to content

Commit

Permalink
rename agat_sq_manage_ID.pl into agat_sq_manage_IDs.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 committed May 26, 2020
1 parent c91c83c commit 2979c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/scripts_output.t
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ unlink $outtmp;

# --------check agat_sq_manage_ID.pl-------------

$script = $script_prefix."bin/agat_sq_manage_ID.pl";
$result = "$output_folder/agat_sq_manage_ID_1.gff";
$script = $script_prefix."bin/agat_sq_manage_IDs.pl";
$result = "$output_folder/agat_sq_manage_IDs_1.gff";
system(" $script --gff $output_folder/1.gff -o $outtmp 1>/dev/null");
#run test
ok( system("diff $result $outtmp") == 0, "output $script");
Expand Down
File renamed without changes.

0 comments on commit 2979c86

Please sign in to comment.