Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add a simple entry point to only run PCACV
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisDavie committed Jun 8, 2020
1 parent 543f850 commit 2741eb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@ workflow single_sample_scenic {
)
}

workflow pcacv {

include PCACV__FIND_OPTIMAL_NPCS from './src/pcacv/processes/runPCACV' params(params)
getDataChannel().map {
it -> tuple(it[0], it[1])
}
.set{ data }
PCACV__FIND_OPTIMAL_NPCS(data)
}

workflow single_sample_scrublet {

include {
Expand Down

0 comments on commit 2741eb5

Please sign in to comment.