Skip to content

Commit

Permalink
fix missing update of input to counting summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ischeller committed Apr 13, 2023
1 parent 54d157b commit b7d37d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drop/modules/aberrant-splicing-pipeline/Counting/Summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#' - setup: '`sm cfg.AS.getWorkdir() + "/config.R"`'
#' - workingDir: '`sm cfg.getProcessedDataDir() + "/aberrant_splicing/datasets/"`'
#' input:
#' - filter: '`sm cfg.getProcessedDataDir() +
#' "/aberrant_splicing/datasets/savedObjects/{dataset}/filter.done" `'
#' - filter: '`sm expand(cfg.getProcessedDataDir() +
#' "/aberrant_splicing/datasets/savedObjects/{dataset}/filter_{version}.done", version=cfg.AS.get("FRASER_version"), allow_missing=True)`'
#' output:
#' - wBhtml: '`sm config["htmlOutputPath"] +
#' "/AberrantSplicing/{dataset}_countSummary.html"`'
Expand Down

0 comments on commit b7d37d1

Please sign in to comment.