Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Change quantification process view - guigolab#59
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Feb 2, 2021
1 parent 642eca3 commit 1fb8376
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions grape-pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,9 @@ process quantification {
script:
cpus = task.cpus
prefix = "${sample}"
refPrefix = quantRef.name.replace('.gtf','').capitalize()
type = params.quantificationFileType
viewTx = "Transcript${refPrefix}"
viewGn = "Gene${refPrefix}"
viewTx = "TranscriptQuantifications"
viewGn = "GeneQuantifications"
memory = (task.memory ?: 1.GB).toMega()
command = "${task.process}/${params.quantificationTool}"
if ( params.quantificationTool == 'RSEM') {
Expand Down

0 comments on commit 1fb8376

Please sign in to comment.