Skip to content

LiuJie1117/circPipe

 
 

Repository files navigation

circPipe

circRNA analysis pipe

Build Status Nextflow

Docker Singularity Container available Documentation Status

Introduction

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker / singularity containers making installation trivial and results highly reproducible.

Documentation

A full tutorial of CircPipe can be found at Wiki page of this project. plz go to the https://github.com/likelet/circPipe/wiki

Pipeline Steps

CircPipe allows you to run arbitrary pipelines among five pipelines. Choose between workflows by using --selectTools or not(default) .

Step Pipeline One Pipeline Two Pipeline Three Pipeline Four Pipeline Five Pipeline Six
Raw Data QC Fastp Fastp Fastp Fastp Fastp Fastp
Reads Alignment STAR BWA Bowtie2 - - -
Reads counting CIRCexplorer2 CIRI Find_circ Mapsplice Segemehl KNIFE
Data Processing (in house script) Python,Java,R Python,Java,R Python,Java,R Python,Java,R Python,Java,R Python,Java,R
Differential expression edgeR edgeR edgeR edgeR edgeR edgeR
Summary Report MultiQC MultiQC MultiQC MultiQC MultiQC MultiQC

Dependencies

Releases

No releases published

Packages

No packages published

Languages

  • Nextflow 53.2%
  • R 26.5%
  • Python 8.5%
  • Perl 8.2%
  • Shell 1.5%
  • HTML 1.4%
  • Dockerfile 0.7%