We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5b126 commit 45dc9efCopy full SHA for 45dc9ef
1 file changed
nextflow.config
@@ -92,13 +92,16 @@ params {
92
93
wf {
94
example_cmd = [
95
- "--condition_sheet 'wf-transcriptomes-demo/condition_sheet.tsv'",
+ "--de_analysis",
96
"--direct_rna",
97
"--fastq 'wf-transcriptomes-demo/differential_expression_fastq'",
98
+ "--jaffal_annotation 'genCode22'",
99
+ "--jaffal_genome 'hg38_chr20'",
100
+ "--jaffal_refBase 'wf-transcriptomes-demo/chr20'",
101
"--minimap2_index_opts '-k15'",
102
"--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf'",
103
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
- "--de_analysis",
104
+ "--sample_sheet 'wf-transcriptomes-demo/sample_sheet.csv'",
105
]
106
agent = null
107
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"
0 commit comments