Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.36 KB

Running_Helium_Datacommons.md

File metadata and controls

24 lines (22 loc) · 1.36 KB

Running in Helium Datacommons

This document describes running the TOPMed RNA-seq pipeline in the Helium DataCommons environment.

Steps:

  • Register files into iRODS
    $ cd /renci/irods/topmed-demo/
    $ gunzip -c LC_C13_cRNA_sequence_R1.txt.gz > LC_C13_cRNA_sequence_R1.fastq
    $ gunzip -c LC_C13_cRNA_sequence_R2.txt.gz > LC_C13_cRNA_sequence_R2.fastq
    $ mkdir star_index
    $ tar -xvvf STAR_genome_GRCh38_noALT_noHLA_noDecoy_ERCC_v26_oh100.tar.gz -C star_index --strip-components=1
    
    • Run ireg command for all files into desired resource.
  • Start an appliance using the instructions here.
  • Run with toil
cwltoil --noLinkImports --jobStore /<path>/jobstore1 --batchSystem chronos --workDir ./ /<path>/<workflow>.cwl /<path>/<workflow-inputs>.yml