Published October 15, 2019
| Version 1.4
Software
Open
nf-core/rnaseq: nf-core/rnaseq version 1.4 "Gray Crocus Dachshund"
Authors/Creators
- Phil Ewels1
- Rickard Hammarén
- Alexander Peltzer2
- Denis Moreno3
- Maxime Garcia4
- rfenouil
- marchoeppner
- Senthilkumar Panneerselvam5
- Sven F.6
- jun-wan
- Johannes Alneberg7
- aanil
- Sofia Haglund4
- Paolo Di Tommaso8
- Anders Jemt
- KochTobi
- Lavanya Veeravalli9
- Colin Davenport
- Rad Suchecki10
- Max Natthawut Adulyanukosol
- Francesco
- Denis OMeally
- Chuan Wang11
- 1. Science for Life Laboratory
- 2. @qbicsoftware
- 3. Inivata
- 4. @SciLifeLab | Karolinska Institutet
- 5. @ScilifelabDataCentre
- 6. QBiC @qbicsoftware
- 7. National Genomics Infrastructure
- 8. Comparative Bioinformatics, CRG
- 9. Genome Institute of Singapore
- 10. CSIRO
- 11. National Genomics Infrastructure, Science for Life Laboratory
Description
Major novel changes include:
- Support for Salmon as an alternative method to STAR and HISAT2
- Several improvements in
featureCountshandling of types other thanexon. It is possible now to handle nuclearRNAseq data. Nuclear RNA has un-spliced RNA, and the whole transcript, including the introns, needs to be counted, e.g. by specifying--fc_count_type transcript. - Support for outputting unaligned data to results folders.
Added options to skip several steps
- Skip trimming using
--skipTrimming - Skip BiotypeQC using
--skipBiotypeQC - Skip Alignment using
--skipAlignmentto only use pseudo-alignment using Salmon
- Skip trimming using
- Adjust wording of skipped samples in pipeline output
- Fixed link to guidelines #203
- Add
CitationandQuick Startsection toREADME.md - Add in Documentation of the
--gffparameter
- Generate MultiQC plots in the results directory #200
- Get MultiQC to save plots as standalone files
- Get MultiQC to write out the software versions in a
.csvfile #185 - Use
fileinstead ofnew Fileto createpipeline_report.{html,txt}files, and properly create subfolders
- Restore
SummarizedExperimmentobject creation in the salmon_merge process avoiding increasing memory with sample size. - Fix sample names in feature counts and dupRadar to remove suffixes added in other processes
- Removed
genebody_coverageprocess #195 - Implemented Pearsons correlation instead of Euclidean distance #146
- Add
--stringTieIgnoreGTFparameter #206 - Removed unused
stringtiechannels forMultiQC - Integrate changes in
nf-core/tools v1.6template which resolved #90 - Moved process
convertGFFtoGTFbeforemakeSTARindex#215 - Change all boolean parameters from
snake_casetocamelCaseand vice versa for value parameters - Add SM ReadGroup info for QualiMap compatibility#238
- Obtain edgeR + dupRadar version information #198 and #112
- Add
--gencodeoption for compatibility of Salmon and featureCounts biotypes with GENCODE gene annotations - Added functionality to accept compressed reference data in the pipeline
- Check that gtf features are on chromosomes that exist in the genome fasta file #274
- Maintain all gff features upon gtf conversion (keeps
gene_biotypeorgene_typeto makefeatureCountshappy) - Add SortMeRNA as an optional step to allow rRNA removal #280
- Minimal adjustment of memory and CPU constraints for clusters with locked memory / CPU relation
- Cleaned up usage,
parameters.settings.jsonand thenextflow.config
- Dependency list is now sorted appropriately
- Force matplotlib=3.0.3
- Picard 2.20.0 -> 2.21.1
- bioconductor-dupradar 1.12.1 -> 1.14.0
- bioconductor-edger 3.24.3 -> 3.26.5
- gffread 0.9.12 -> 0.11.4
- trim-galore 0.6.1 -> 0.6.4
- gffread 0.9.12 -> 0.11.4
- rseqc 3.0.0 -> 3.0.1
- R-Base 3.5 -> 3.6.1
Files
nf-core/rnaseq-1.4.zip
Files
(3.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f31f04e8aa0959c900afbe508b8b4956
|
3.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nf-core/rnaseq/tree/1.4 (URL)