Explore Workflows

View already parsed workflows here or click here to add your own

Graph Name Retrieved From View
workflow graph heatmap-prepare.cwl

Workflow runs homer-make-tag-directory.cwl tool using scatter for the following inputs - bam_file - fragment_size - total_reads `dotproduct` is used as a `scatterMethod`, so one element will be taken from each array to construct each job: 1) bam_file[0] fragment_size[0] total_reads[0] 2) bam_file[1] fragment_size[1] total_reads[1] ... N) bam_file[N] fragment_size[N] total_reads[N] `bam_file`, `fragment_size` and `total_reads` arrays should have the identical order.

https://github.com/datirium/workflows.git

Path: subworkflows/heatmap-prepare.cwl

Branch/Commit ID: e284e3f6dff25037b209895c52f2abd37a1ce1bf

workflow graph Deprecated. AltAnalyze CellHarmony

Deprecated. AltAnalyze CellHarmony

https://github.com/datirium/workflows.git

Path: workflows/altanalyze-cellharmony.cwl

Branch/Commit ID: 261c0232a7a40880f2480b811ed2d7e89c463869

workflow graph Build STAR indices

Workflow runs [STAR](https://github.com/alexdobin/STAR) v2.5.3a (03/17/2017) PMID: [23104886](https://www.ncbi.nlm.nih.gov/pubmed/23104886) to build indices for reference genome provided in a single FASTA file as fasta_file input and GTF annotation file from annotation_gtf_file input. Generated indices are saved in a folder with the name that corresponds to the input genome.

https://github.com/datirium/workflows.git

Path: workflows/star-index.cwl

Branch/Commit ID: b957a4f681bf0ca8ebba4e0d0ec3936bf79620c5

workflow graph scatter-wf2_v1_2.cwl

https://github.com/common-workflow-language/cwl-utils.git

Path: testdata/scatter-wf2_v1_2.cwl

Branch/Commit ID: 15c8467d6d3c31a95ccc682095cf34aad125ca8c

workflow graph record-in-secondaryFiles-wf.cwl

https://github.com/common-workflow-language/cwl-v1.2.git

Path: tests/record-in-secondaryFiles-wf.cwl

Branch/Commit ID: 707ebcd2173889604459c5f4ffb55173c508abb3

workflow graph step_valuefrom5_wf_v1_0.cwl

https://github.com/common-workflow-language/cwl-utils.git

Path: testdata/step_valuefrom5_wf_v1_0.cwl

Branch/Commit ID: 15c8467d6d3c31a95ccc682095cf34aad125ca8c

workflow graph dynresreq-workflow-stepdefault.cwl

https://github.com/common-workflow-language/cwl-v1.2.git

Path: tests/dynresreq-workflow-stepdefault.cwl

Branch/Commit ID: 707ebcd2173889604459c5f4ffb55173c508abb3

workflow graph io-int-wf.cwl

https://github.com/common-workflow-language/cwl-v1.2.git

Path: tests/io-int-wf.cwl

Branch/Commit ID: 707ebcd2173889604459c5f4ffb55173c508abb3

workflow graph io-int-default-wf.cwl

https://github.com/common-workflow-language/cwl-v1.2.git

Path: tests/io-int-default-wf.cwl

Branch/Commit ID: 707ebcd2173889604459c5f4ffb55173c508abb3

workflow graph Motif Finding with HOMER with random background regions

Motif Finding with HOMER with random background regions --------------------------------------------------- HOMER contains a novel motif discovery algorithm that was designed for regulatory element analysis in genomics applications (DNA only, no protein). It is a differential motif discovery algorithm, which means that it takes two sets of sequences and tries to identify the regulatory elements that are specifically enriched in on set relative to the other. It uses ZOOPS scoring (zero or one occurrence per sequence) coupled with the hypergeometric enrichment calculations (or binomial) to determine motif enrichment. HOMER also tries its best to account for sequenced bias in the dataset. It was designed with ChIP-Seq and promoter analysis in mind, but can be applied to pretty much any nucleic acids motif finding problem. Here is how we generate background for Motifs Analysis ------------------------------------- 1. Take input file with regions in a form of “chr\" “start\" “end\" 2. Sort and remove duplicates from this regions file 3. Extend each region in 20Kb into both directions 4. Merge all overlapped extended regions 5. Subtract not extended regions from the extended ones 6. Randomly distribute not extended regions within the regions that we got as a result of the previous step 7. Get fasta file from these randomly distributed regions (from the previous step). Use it as background For more information please refer to: ------------------------------------- [Official documentation](http://homer.ucsd.edu/homer/motif/)

https://github.com/datirium/workflows.git

Path: workflows/homer-motif-analysis.cwl

Branch/Commit ID: aebf2355539fdf81fd9082616f8b21440d2691c6