Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 796 Bytes

File metadata and controls

18 lines (10 loc) · 796 Bytes

PILFER v2

An updated snakemake version of PILFER algorithm

This version uses ShortStack algorithm for alignment and BEDTOOLS for quantification followed by PILFER run. The piRNAs are matched against the piRBase curated gold standard piRNA set.

PILFER algorith is also now modularized and uses pandas for reading the bedfiles. It then calculates the CPM to call the clusters. Additionally the raw count table is aggregated.

Clone this repository, and add a fastq folder in the resources folder containing your fastq files.

Then update any other configuration parameters including the location of the bowtie index.

Run the pipeline

snakemake --cores 1