Coder Social home page Coder Social logo

latch2112 / chujs-alignment-workflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ferlab-ste-justine/chujs-alignment-workflow

0.0 0.0 0.0 720 KB

:microscope: Alignment workflow pour le CHU St-Justine fork from Kids-First DRC

License: Apache License 2.0

Python 0.87% Common Workflow Language 98.93% Dockerfile 0.18% Shell 0.01%

chujs-alignment-workflow's Introduction

Alignment workflow pour le CHU Ste-Justine

basic info

Dependencies

nodejs npm docker

references:

inputs:

{
  "file_R1": {
      "class": "File",
      "location": "inputs/11180_S12_L008_R1_001.fastq"
  },
  "file_R2": {
      "class": "File",
      "location": "inputs/11180_S12_L008_R2_001.fastq"
  },
  "rg" : "@RG\\tID:11180\\tSM:11180\\tPL:ILLUMINA",
  "indexed_reference_fasta": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.fasta"
  },
  "ref": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.fasta"
  },
  "contamination_sites_ud": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.contam.UD"
  },
  "contamination_sites_mu": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.contam.mu"
  },
  "contamination_sites_bed": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.contam.bed"
  },
  "knownsites": [
    {
      "class": "File",
      "location": "inputs/1000G_omni2.5.hg38.vcf.gz"
    },
    {
      "class": "File",
      "location": "inputs/1000G_phase1.snps.high_confidence.hg38.vcf.gz"
    },
    {
      "class": "File",
      "location": "inputs/Homo_sapiens_assembly38.known_indels.vcf.gz"
    },
    {
      "class": "File",
      "location": "inputs/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz"
    }
  ],
  "reference_dict": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.dict"
  },
  "sequence_grouping_tsv": {
    "class": "File",
    "location": "inputs/sequence_grouping.txt"
  },
  "wgs_coverage_interval_list": {
    "class": "File",
    "location": "inputs/wgs_coverage_regions.hg38.interval_list"
  },
  "wgs_calling_interval_list": {
    "class": "File",
    "location": "inputs/wgs_calling_regions.hg38.interval_list"
  },
  "wgs_evaluation_interval_list": {
    "class": "File",
    "location": "inputs/wgs_evaluation_regions.hg38.interval_list"
  },
  "dbsnp_vcf": {
    "class": "File",
    "location": "inputs/Homo_sapiens_assembly38.dbsnp138.vcf"
  },
  "output_basename" : "11180_S12_L008",
  "genome": "hg38",
  "intervals_bed": {
    "class": "File",
    "location": "inputs/MedExome_hg38_capture_targets.bed"
  },
  "interval_list": {
    "class": "File",
    "location": "inputs/wgs_calling_regions.hg38.interval_list"
  }
}

##Index files:

each vcf, vcf.gz need an .tbi and .idx The reference fasta file need his dictionary and both 32 and 64 bits indexes .dict .64.alt .64.amb .64.ann .64.bwt .64.pac .64.sa .amb .ann .bwt .fai .pac .sa

Docker images preparation

git clone https://github.com/cr-ste-justine/chujs-alignment-workflow.git
cd docker
docker login ...
docker pull images.sbgenomics.com/bogdang/sambamba:0.6.3
docker pull kfdrc/python:2.7.13
docker pull kfdrc/gatk:4.0.3.0
docker pull kfdrc/picard:2.18.2-dev
docker pull kfdrc/picard-r:latest-dev
docker pull kfdrc/verifybamid:1.0.2
docker pull kfdrc/gatk:4.beta.1-3.5
docker pull kfdrc/samtools:1.8-dev
docker pull images.sbgenomics.com/bogdang/bwa-kf-bundle:0.1.17
# if not already build
cd snpeff
docker build . --tag=chusj/snpeff
cd ../fastqc
docker build . --tag=chusj/fastqc
# if build
docker pull chusj/snpeff
docker pull chusj/fastqc

chujs-alignment-workflow's People

Contributors

yuankunzhu avatar zhangb1 avatar bogdang989 avatar migbro avatar haoxuan-jin avatar danria avatar latch2112 avatar dankolbman 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.