Skip to content

Commit

Permalink
add to jb
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Jul 24, 2023
1 parent f95e9ed commit 1142cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/rules/jupyter-book.smk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rule jupyterbook:
input:
counts_qc = "docs/rna-seq-pop-results/notebooks/counts-qc.ipynb",
qc = "docs/rna-seq-pop-results/notebooks/quality-control.ipynb" if config['QualityControl']['multiqc']['activate'] else [],
gsea = "docs/rna-seq-pop-results/notebooks/gene-set-enrichment-analysis.ipynb" if config['DifferentialExpression']['GSEA']['activate'] else [],
gene_families = "docs/rna-seq-pop-results/notebooks/gene-families-heatmap.ipynb" if config['miscellaneous']['GeneFamiliesHeatmap']['activate'] else [],
Expand Down

0 comments on commit 1142cb3

Please sign in to comment.