Skip to content

Commit

Permalink
example cmd update
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahjeeeze committed Dec 8, 2023
1 parent 6e5b126 commit 45dc9ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ params {

wf {
example_cmd = [
"--condition_sheet 'wf-transcriptomes-demo/condition_sheet.tsv'",
"--de_analysis",
"--direct_rna",
"--fastq 'wf-transcriptomes-demo/differential_expression_fastq'",
"--jaffal_annotation 'genCode22'",
"--jaffal_genome 'hg38_chr20'",
"--jaffal_refBase 'wf-transcriptomes-demo/chr20'",
"--minimap2_index_opts '-k15'",
"--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf'",
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
"--de_analysis",
"--sample_sheet 'wf-transcriptomes-demo/sample_sheet.csv'",
]
agent = null
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"
Expand Down

0 comments on commit 45dc9ef

Please sign in to comment.