|
17 | 17 | "description": "Analyze bulk or single-cell RNA seq data using a variety of approaches.",
|
18 | 18 | "name": "Transcriptomics",
|
19 | 19 | "workflows": [
|
| 20 | + { |
| 21 | + "ploidy": "ANY", |
| 22 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-cellplex/main/versions/v0.5", |
| 23 | + "workflowDescription": "This workflow processes the CMO fastqs with CITE-seq-Count and include the translation step required for cellPlex processing. In parallel it processes the Gene Expresion fastqs with STARsolo, filter cells with DropletUtils and reformat all outputs to be easily used by the function 'Read10X' from Seurat.", |
| 24 | + "workflowName": "scRNA-seq preprocessing 10X cellPlex" |
| 25 | + }, |
| 26 | + { |
| 27 | + "ploidy": "ANY", |
| 28 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/fastq-to-matrix-10x/scrna-seq-fastq-to-matrix-10x-v3/main/versions/v0.5", |
| 29 | + "workflowDescription": "This workflow processes the Gene Expresion fastqs with STARsolo, filter cells with DropletUtils and reformat all outputs to be easily used by the function 'Read10X' from Seurat.", |
| 30 | + "workflowName": "scRNA-seq preprocessing 10X Bundle" |
| 31 | + }, |
20 | 32 | {
|
21 | 33 | "ploidy": "ANY",
|
22 | 34 | "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/rnaseq-pe/main/versions/v0.9",
|
23 | 35 | "workflowDescription": "This workflow takes as input a list of paired-end fastqs. Adapters and bad quality bases are removed with cutadapt. Reads are mapped with STAR with ENCODE parameters and genes are counted simultaneously as well as normalized coverage (per million mapped reads) on uniquely mapped reads. The counts are reprocessed to be similar to HTSeq-count output. FPKM are computed with cufflinks and/or with StringTie. The unstranded normalized coverage is computed with bedtools.",
|
24 |
| - "workflowName": "RNAseq_PE" |
| 36 | + "workflowName": "RNA-seq for Paired-end fastqs" |
| 37 | + }, |
| 38 | + { |
| 39 | + "ploidy": "ANY", |
| 40 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/rnaseq-sr/main/versions/v0.9", |
| 41 | + "workflowDescription": "This workflow takes as input a list of single-end fastqs. Adapters and bad quality bases are removed with fastp. Reads are mapped with STAR with ENCODE parameters and genes are counted simultaneously as well as normalized coverage (per million mapped reads) on uniquely mapped reads. The counts are reprocessed to be similar to HTSeq-count output. Alternatively, featureCounts can be used to count the reads/fragments per gene. FPKM are computed with cufflinks and/or with StringTie. The unstranded normalized coverage is computed with bedtools.", |
| 42 | + "workflowName": "RNA-seq for Single-read fastqs" |
25 | 43 | }
|
26 | 44 | ]
|
27 | 45 | },
|
|
30 | 48 | "description": "Workflows for the analysis of ChIP-seq, ATAC-Seq, and beyond.",
|
31 | 49 | "name": "Regulation",
|
32 | 50 | "workflows": [
|
| 51 | + { |
| 52 | + "ploidy": "ANY", |
| 53 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/cutandrun/main/versions/v0.13", |
| 54 | + "workflowDescription": "This workflow take as input a collection of paired fastq. Remove adapters with cutadapt, map pairs with bowtie2 allowing dovetail. Keep MAPQ30 and concordant pairs. BAM to BED. MACS2 with 'ATAC' parameters.", |
| 55 | + "workflowName": "CUTandRUN" |
| 56 | + }, |
| 57 | + { |
| 58 | + "ploidy": "ANY", |
| 59 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/atacseq/main/versions/v1.0", |
| 60 | + "workflowDescription": "This workflow takes as input a collection of paired fastq. It will remove bad quality and adapters with cutadapt. Map with Bowtie2 end-to-end. Will remove reads on MT and unconcordant pairs and pairs with mapping quality below 30 and PCR duplicates. Will compute the pile-up on 5'' +- 100bp. Will call peaks and count the number of reads falling in the 1kb region centered on the summit. Will compute 2 normalization for coverage: normalized by million reads and normalized by million reads in peaks. Will plot the number of reads for each fragment length.", |
| 61 | + "workflowName": "ATACseq" |
| 62 | + }, |
33 | 63 | {
|
34 | 64 | "ploidy": "ANY",
|
35 | 65 | "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/chipseq-pe/main/versions/v0.12",
|
36 | 66 | "workflowDescription": "This workflow takes as input a collection of paired fastqs. Remove adapters with cutadapt, map pairs with bowtie2. Keep MAPQ30 and concordant pairs. MACS2 for paired bam.",
|
37 |
| - "workflowName": "ChIPseq_PE" |
| 67 | + "workflowName": "ChIPseq for Paired-end fastqs" |
| 68 | + }, |
| 69 | + { |
| 70 | + "ploidy": "ANY", |
| 71 | + "trsId": "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/chipseq-sr/main/versions/v0.12", |
| 72 | + "workflowDescription": "This workflow takes as input a collection of fastqs (single reads). Remove adapters with cutadapt, map with bowtie2. Keep MAPQ30. MACS2 for bam with fixed extension or model.", |
| 73 | + "workflowName": "ChIPseq for Single-read fastqs" |
38 | 74 | }
|
39 | 75 | ]
|
40 | 76 | },
|
|
0 commit comments