Skip to content

Commit

Permalink
fix(gprofiler2_gost): also update the archive config for the function…
Browse files Browse the repository at this point in the history
…al analysis subworkflow that calls gprofiler2
  • Loading branch information
suzannejin committed Feb 7, 2025
1 parent 5d88a0d commit d9fa8e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ process {
"--round_digits 4",
"--palette_name Blues",
"--de_id_column gene_id",
"--organism mmusculus"
"--organism mmusculus",
"--archive gprofiler_archive3/e111_eg58_p18"
].join(' ').trim()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ process {
"--round_digits 4",
"--palette_name Blues",
"--de_id_column gene_id",
"--organism mmusculus"
"--organism mmusculus",
"--archive gprofiler_archive3/e111_eg58_p18"
].join(' ').trim()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ process {
"--round_digits 4",
"--palette_name Blues",
"--de_id_column gene_id",
"--organism mmusculus"
"--organism mmusculus",
"--archive gprofiler_archive3/e111_eg58_p18"
].join(' ').trim()
}
}

0 comments on commit d9fa8e8

Please sign in to comment.