Skip to content

Commit

Permalink
chore: note TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 22, 2023
1 parent 9ce5e40 commit d05f7ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion subworkflows/local/workflows.nf
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//All Worksflows in One Place
//All Worksflows in One Place
// TODO split subworkflows out into one per file

// TODO: this line should be moved to within a subworkflow or the main workflow
intervalbedin = Channel.fromPath(params.intervals,checkIfExists: true,type: 'file')


Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/workflows_tonly.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//All Worksflows in One Place
// TODO split subworklfows out into one per file
// TODO split subworkflows out into one per file

// TODO: this line should be moved to within a subworkflow or the main workflow
intervalbedin = Channel.fromPath(params.intervals,checkIfExists: true,type: 'file')
Expand Down

0 comments on commit d05f7ae

Please sign in to comment.