We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c706a38 commit 17b6f27Copy full SHA for 17b6f27
RNAseq/Workflow_Documentation/NF_RCP/workflow_code/workflows/rnaseq.nf
@@ -51,6 +51,7 @@ include { VV_RAW_READS;
51
VV_STAR_ALIGNMENT;
52
VV_RSEQC;
53
VV_RSEM_COUNTS;
54
+ VV_DGE_DESEQ2;
55
VV_CONCAT_FILTER } from '../modules/vv.nf'
56
include { SOFTWARE_VERSIONS } from '../modules/software_versions.nf'
57
include { GENERATE_PROTOCOL } from '../modules/generate_protocol.nf'
0 commit comments