Skip to content

Commit

Permalink
Small pval_column bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WackerO committed Jan 18, 2024
1 parent 58144cb commit 797955c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/validate_fom_components.R
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ validated_parts <- validate_inputs(
sample_id_col = opt$sample_id_col,
feature_id_col = opt$feature_id_col,
differential_results = opt$differential_results,
pval_column = opt$feature_id_col,
pval_column = opt$pval_column,
qval_column = opt$qval_column,
fc_column = opt$fold_change_column,
unlog_foldchanges = opt$unlog_foldchanges
Expand Down

0 comments on commit 797955c

Please sign in to comment.