de_analysis include in sample cmd
This commit is contained in:
parent
1a62c724b3
commit
3acf993586
@ -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
|
||||
|
||||
2
main.nf
2
main.nf
@ -606,7 +606,7 @@ 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')
|
||||
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")
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user