guigolab / grape-nf

An automated RNA-seq pipeline using Nextflow
GNU General Public License v3.0
36 stars 10 forks source link

Change view for the quantification process #59

Closed emi80 closed 3 years ago

emi80 commented 3 years ago

The view attribute for the quantification process currently uses the annotation name or the RSEM transcript index name dinamically, e.g. GeneAnnotation or GeneTxDir.

To uniform the attribute value with other attributes in the pipeline.db file I propose to change the quantification view to GeneQuantifications for genes and TranscriptQuantifications for transcripts. This way it will have clearer semantics, it won't depend on the reference annotation name and will always be the same.

emi80 commented 3 years ago

Closed via 1fb8376