Skip to content

Commit

Permalink
update trinity params
Browse files Browse the repository at this point in the history
  • Loading branch information
Joon-Klaps committed Jul 9, 2024
1 parent aa76a75 commit 644676c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ process {

withName: TRINITY {
ext.prefix = { "${meta.id}_trinity" }
ext.args = "--NO_SEQTK"
ext.args = "--max_reads_per_graph 100000" // subsample to 100k reads - mimic viral ngs
publishDir = [
path: { "${params.outdir}/assembly/assemblers/trinity/contigs" },
mode: params.publish_dir_mode,
Expand Down Expand Up @@ -1160,7 +1160,7 @@ process {
"${params.outdir}/variants/bcftools/${meta.sample}" :
"${params.outdir}/assembly/polishing/iterations/${meta.step}/variants/bcftools" },
mode: params.publish_dir_mode,
pattern: '*.mpileup.gz',
pattern: '*.{bcf,vcf,bcf.gz,vcf.gz,.mpileup.gz}',
saveAs: { filename -> params.prefix || params.global_prefix ? "${params.global_prefix}-$filename" : filename }
]
}
Expand Down

0 comments on commit 644676c

Please sign in to comment.