Skip to content

Commit

Permalink
Keep original matrix file name in the annotation copy to improve resu…
Browse files Browse the repository at this point in the history
…mability
  • Loading branch information
bjlang committed Jul 30, 2024
1 parent 5a3727b commit 0a3927a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ workflow DIFFERENTIALABUNDANCE {

// Otherwise we can just use the matrix input; save it to the workdir so that it does not
// just appear wherever the user runs the pipeline
matrix_as_anno_filename = "${workflow.workDir}/matrix_as_anno.${matrix_file.getExtension()}"
matrix_as_anno_filename = "${workflow.workDir}/${matrix_file.getBaseName()}_as_anno.${matrix_file.getExtension()}"
if (params.study_type == 'maxquant'){
ch_features_matrix = ch_in_norm
} else {
Expand Down

0 comments on commit 0a3927a

Please sign in to comment.