umcugenetics/dxnextflowrna is a bioinformatics pipeline that can be used to analyse human RNA sequencing data. It takes FASTQ files as input, performs quality control (QC), trimming, filtering and alignment, and produces an extensive QC report.
- Read QC (
FastQC
) - Present QC for raw reads (
MultiQC
) - Adapter and quality trimming (
Trim Galore!
) - Removal of ribosomal RNA (
SortMeRNA
) - Alignment (
STAR
) - Merge, sort and index alignments (
SAMtools
) - UMI-based deduplication (
UMI-tools
) - Convert to CRAM (
SAMtools
) - Extensive quality control:
- Present QC (
MultiQC
)
Note
If you are new to Nextflow and nf-core, please refer to this page on how to set-up Nextflow. Make sure to test your setup with -profile test
before running the workflow on actual data.
- Create an input directory with sample's fastq files (paired, multiple lanes allowed.)
- Clone the github repository and all dependencies if required.
- Install
sh install.sh
- Now, you can run the pipeline using:
<path_to_git_clone>/tools/nextflow/nextflow run \
<path_to_git_clone>/main.nf \
-c <path_to_git_clone>/nextflow.config \
--input <input> \
--outdir <output> \
--analysis_id <analysis_id> \
--email <email> \
-resume \
-ansi-log false \
-profile singularity \
Warning
Please provide pipeline parameters via the CLI or Nextflow -params-file
option. Custom config files including those provided by the -c
Nextflow option can be used to provide any configuration except for parameters; see docs.
For more details and further functionality, please refer to the usage documentation
For more details about the output files and reports, please refer to the output documentation.
Warning
Please, try to keep using nfcore tools and guidelines!
- Update all type of citations:
CITATIONS.md
file.- toolCitationText and toolBibliographyText in
utils_umcugenetics_dxnextflowrna_pipeline/main.nf
- Update version in
nextflow.config
andmultiqc_config
by usingnf-core pipelines bump-version <new_version>
- Update
metro map
- Update version by using
nf-core pipelines bump-version --nextflow <new_nextflow_version>
- Update version in
install.sh
andsh install.sh
umcugenetics/dxnextflowrna was originally written by UMCU Genetics.
An extensive list of references for the tools used by the pipeline can be found in the CITATIONS.md
file.
You can cite the nf-core
publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.