项目作者: codingene

项目描述 :
Basic operations with fastq files
高级语言: Nextflow
项目地址: git://github.com/codingene/nextflow-base.git
创建时间: 2019-12-13T11:48:33Z
项目社区:https://github.com/codingene/nextflow-base

开源协议:MIT License

下载


nextflow-base

nextflow
CircleCI
Build Status
Build Status
Docker Cloud Build Status

About

A basic boilerplate structure for Nextflow based pipelines with continues integration test case added. This is mostly inspired by nf-core code and structure style.

Currently on this pipeline three basic steps on any Sequence based analysis (starts from fastq files) present -

  • Quality Check (using fastqc)
  • Filtering (Using fastp)
  • Sequence Read Quantification (Using kallisto)

This can be used as a base to add other process.

Clone and Modify

  1. git clone https://github.com/codingene/nextflow-base.git

Test Run

Without cloning if just want to test run it.

  1. nextflow run codingene/nextflow-base -profile test,docker

This will directly pull the repo from GitHub and execute.

Check the Documentation for more.