Skip to content

Commit c66a485

Browse files
committed
Merge branch 'example-cmd-again' into 'dev'
example cmd update See merge request epi2melabs/workflows/wf-transcriptomes!145
2 parents 6e5b126 + 45dc9ef commit c66a485

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

nextflow.config

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,16 @@ params {
9292

9393
wf {
9494
example_cmd = [
95-
"--condition_sheet 'wf-transcriptomes-demo/condition_sheet.tsv'",
95+
"--de_analysis",
9696
"--direct_rna",
9797
"--fastq 'wf-transcriptomes-demo/differential_expression_fastq'",
98+
"--jaffal_annotation 'genCode22'",
99+
"--jaffal_genome 'hg38_chr20'",
100+
"--jaffal_refBase 'wf-transcriptomes-demo/chr20'",
98101
"--minimap2_index_opts '-k15'",
99102
"--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf'",
100103
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
101-
"--de_analysis",
104+
"--sample_sheet 'wf-transcriptomes-demo/sample_sheet.csv'",
102105
]
103106
agent = null
104107
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"

0 commit comments

Comments
 (0)