Skip to content

Commit

Permalink
A bug writting DGH expression results corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCorCab committed May 15, 2024
1 parent 66d4f34 commit 5deee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/scripts/degenes_Hunter.R
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ final_results <- main_degenes_Hunter(
############################################################################


write_expression_data(final_results, opt$output_files, template_folder, opt)
write_expression_data(final_results, opt$output_files)

write_expression_report(final_results, opt$output_files, template_folder, opt)

Expand Down

0 comments on commit 5deee5e

Please sign in to comment.