Code Monkey home page Code Monkey logo

ctseq-nf's Introduction

ctseq-nf

A Nextflow workflow for ctseq to enable parallel deployment of jobs across many nodes.

See full details of ctseq here: https://github.com/ryanhmiller/ctseq

ctseq-nf runs each step of ctseq analyze as Nextflow process, allowing for parallel
deployment of jobs across any number of nodes.

ctseq-nf will also manage resoruce allocation and request greater resources
when jobs with a large number of reads fail.

Usage

nextflow run ctseq-nf --fastq [full path to raw fastqs] --run [sequening run ID]

Default values for requried input files

  • --panel
    • The methalyation panel
    • "${baseDir}/methPanel_v3_8_27_20"
  • --ctseqSing
    • The Singularity container with ctseq
    • "${baseDir}/ctseq-v0.0.3.sif"
  • --info
    • The fragment info file required for plotting
    • "${baseDir}/methPanel_v3_infoFile.txt"

Users can override these defaults at the command line on launching the workflow.

Overview

  • Fastqs are combined by lane
  • UMIs are added
  • Alignments with Bismark
  • Call molecules
  • Combine all samples to call methylation for entire run
  • Plot

Note about Singularity

At present, the freely available Singularity contaier does not have all resources
needed to run Nextflow. Therefore, each step of ctseq-nf invokes the container and
watches for the output to appear in the working directory. A furture implemtation may
involve an updated container with all necessary dependences for Nextflow.

ctseq-nf's People

Contributors

brianlohman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.