de_analysis include in sample cmd

This commit is contained in:
Sarah Griffiths 2023-12-08 09:32:07 +00:00
parent 1a62c724b3
commit 3acf993586
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Memory requirements for each process.
### Changed
- Documentation.
### Fixed
- When Jaffa is run only output one report.
## [v0.4.2]
### Changed

View File

@ -606,8 +606,8 @@ workflow pipeline {
}
if (jaffal_refBase){
gene_fusions(full_len_reads, jaffal_refBase, jaffal_genome, jaffal_annotation)
jaffal_out = gene_fusions.out.results_csv.collectFile(keepHeader: true, name: 'jaffal.csv')
}else{
jaffal_out = gene_fusions.out.results_csv.map{ alias, csv -> csv}.collectFile(keepHeader: true, name: 'jaffal.csv')
} else{
jaffal_out = file("$projectDir/data/OPTIONAL_FILE")
}

View File

@ -98,6 +98,7 @@ params {
"--minimap2_index_opts '-k15'",
"--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf'",
"--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa'",
"--de_analysis",
]
agent = null
container_sha = "shae7c9f184996a384e99be68e790f0612f0c732867"