Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 983 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 983 Bytes

MicroRNA_pipeline

This is a pipeline for microRNA counts matrix extraction from raw sequences in an HPC cluster.

As these scripts are for HPC cluster work (SLURM), if you are usin HPC cluster you will have to change the partition you use and probably the conditions (nodes,ntask,...).

If you are not using HPC cluster, I recommend you to delete all the lines that start with "#SBATCH" and those with module load.

There are 3 scripts in this repository.

cutadapt.sh is for trimming your sequences.

mapping.sh is for mapping your sequences against your reference genome.

quantify is for extracting the count matrix of thos mirnas in your sequences. The resulting file will be named as miRNAs_expressed_all_samples_.....CSV.