-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Martin Garrido Rodriguez-Cordoba edited this page Mar 30, 2020
·
4 revisions
Mechanistic InteGrative aNalysis Of rNa-seq data
This repository contains all the necessary code to execute MIGNON, a bioinformatic workflow for the analysis of RNA-Seq data capable of integrating genomic and transcriptomic information into mechanistic signaling circuits. It covers the whole process using state-of-the-art tools and is deployable in under different computational environments. By using an in-silico knockdown strategy, it calculates the signaling circuit activities from gene expression and genomic variants using raw reads as input. It is written using the Workflow Description Language (WDL) and can be executed using Cromwell and Docker.
$ git clone https://github.com/babelomics/MIGNON.git
$ cd MIGNON
$ java -Dconfig.file=configs/LocalWithDocker.conf -jar /path/to/cromwell.jar run wdl/MIGNON.wdl /path/to/input.json
For more information about MIGNON, please visit the documentation.