A Nextflow pipeline for the identification, quantification and analysis of tRNA fragments in small/miRNA-seq datasets
- Analyse all FASTQs
- trim and QC
- align reads using STAR
- collapse SAM multi-mappers
- count features
- collate using MultiQC
git clone https://github.com/GiantSpaceRobot/tsrna-de.git
nextflow run tsrna-de --species mouse --input_dir tsrna-de/ExampleData/ --layout tsrna-de/additional-files/Example_ExperimentLayout.csv --output_dir My_Results
On finishing the run, the pipeline will generate PDFs and CSVs in the specified output directory
- Execute tsrna-de
- FASTQC
- MULTIQC
- trim_galore
- STAR
- Collapse SAM files
- tRNA counts (using featureCounts)
- tsRNA counts (using SAM-to-tsRNAcount.py script in bin)
- Run DESeq2 on tsRNA counts
- Run the following for a breakdown of parameters:
nextflow run tsrna-de --help
- Paul Donovan, PhD
This project is licensed under the MIT License.