GithubHelp home page GithubHelp logo

nf-irods-to-fastq's Introduction

nf-irods-to-fastq

This Nextflow pipeline pulls samples from iRODS and converts them to FASTQ files.

Contents of Repo

  • main.nf - the Nextflow pipeline that pulls the samples and converts them.
  • nextflow.config - the configuration script that controls the cluster scheduler, process and container.
  • examples/samples.csv - an example samples.csv file, contains one colum with sample names (header 'sample' is required).
  • examples/run.sh - an example run script that executes the pipeline.

Pipeline Arguments

  • --meta: A metadata CSV with the sample IDs, and possibly other iRODS parameters. Header relevant, as specifies iRODS metadata field names (required)
  • --publish_dir: Path to put the output filess of the pipeline. (default 'results')
  • --type: Other potential arguments, though not mandatory. If ATAC, set this to 'ATAC' (default null)
  • --index_format: index-format formula for samtools, only if you really know what you're doing (default "i*i*")
  • --publish_fastqs: Whether to publish fastqs - other workflows using this may not want to (default true)
  • --find_crams_only: For advanced CRAM list manipulation. Only return the found SAMPLE,CRAM list, e.g. for manual curation/manipulation (default false)
  • --cram_list: Accept SAMPLE,CRAM list on input (default null)
  • --merge: Concatenate FASTQ files for samples with multiple lanes or sample numbers. Only one R1, R2 (and optionally R3) will be generated per each sample. (default false)
  • --ftp_upload: Upload the resulting files to an FTP (default false).
    • Use in combination with --ftp_credenials, --ftp_host and --ftp_path.

Graph

---
title: Nextflow pipeline for retrieving CRAM files stored in IRODS and convert them to FASTQ
---
flowchart LR
    subgraph "find and pull CRAM files"
      v0([findCrams])
      v1([combineCramLists])
      v2([downloadCram])
      v3([renameCram])
    end
    v4(((cramToFastq)))
    subgraph "optional steps"
        v5([merge])
        v6([uploadFTP])
    end
    v0 --> v1
    v1 --> v2
    v2 --> v3
    v3 --> v4
    v4 --> v5
    v5 --> v6
Loading

nf-irods-to-fastq's People

Contributors

prete avatar cakirb avatar simondmurray avatar

Watchers

 avatar

Forkers

vjbaskar dannda

nf-irods-to-fastq's Issues

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.