Updating for proper loadListing
[arvados-tutorial.git] / RNA-Seq / README.md
1 This directory contains an Arvados demo that performs bioinformatics RNA-seq analysis. However, specific knowledge of the biology of RNA-seq is not required for this demo. For those unfamiliar with RNA-seq, it is the process of sequencing RNA present in a biological sample. From the sequence reads, we want to measure the relative numbers of different RNA molecules appearing in the sample that were produced by particular genes. This analysis is called “differential gene expression”. 
2
3 Workflows are written in CWL v1.2. (https://www.commonwl.org/)
4
5 Subdirectories are:
6 * cwl - contains CWL code for the demo
7 * yml - contains YML inputs for cwl demo code
8
9 To run the workflow:
10
11 *  arvados-cwl-runner --no-wait --project-uuid YOUR_PROJECT_UUID ./cwl/RNA-seq-wf.cwl ./yml/RNA-seq-wf.yml
12
13 About the Demo:
14 This demo is based on a workflow in the Introduction to RNA-seq using high-performance computing (HPC) lessons developed by members of the teaching team at the Harvard Chan Bioinformatics Core (HBC). The original training, which includes additional lectures about the biology of RNA-seq, can be found at here:https://github.com/hbctraining/Intro-to-rnaseq-hpc-O2. 
15
16 The data used in this demo can be found here: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE50499. Citation: Kenny PJ, Zhou H, Kim M, Skariah G et al. MOV10 and FMRP regulate AGO2 association with microRNA recognition elements. Cell Rep 2014 Dec 11;9(5):1729-1741. PMID: 25464849
17
18 Have questions about Arvados?
19 * https://arvados.org/
20 * https://gitter.im/arvados/community
21
22 Have questions about CWL?
23 * https://www.commonwl.org/
24 * https://cwl.discourse.group/
25 * https://gitter.im/common-workflow-language/common-workflow-language
26