rnaseq
rnaseq copied to clipboard
RNA sequencing analysis pipeline using STAR, RSEM, HISAT2 or Salmon with gene/isoform counts and extensive quality control.
### Description of feature I propose that sample names should be checked for validity at the beginning of the run. The aim would be to look for common character errors...
### Description of feature We are currently going through the headache of having to wait for gzip to compress fastq files just to be able to run them in this...
### Description of feature https://www.zymoresearch.de/products/zymo-seq-switchfree-3-mrna-library-kit
The workflow NFCORE_RNASEQ doesn't use any parameter and instead takes `params` values from the global scope instead of using them as inputs: https://github.com/nf-core/rnaseq/blob/1af00b93bd59f7f4e287085a2d6b95bf79a6276d/main.nf#L160 Instead, it should be tightly scoped and...