Skip to content

This is a pipeline for microRNA extraction from raw sequences

License

Notifications You must be signed in to change notification settings

Brochado-Kith/MicroRNA_pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.