-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: cleaning up and adding more workflows (#206)
- Loading branch information
Showing
2 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,46 @@ | ||
workflows: | ||
- trs_id: "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/rnaseq-pe/main/versions/v0.9" | ||
# this list of workflows and their annotations are a wip and will be updated as i learn more | ||
# about their status and the tools used, etc. | ||
- trs_id: "#workflow/github.com/iwc-workflows/chipseq-pe/main" | ||
type: "REGULATION" | ||
description: "Workflows for the analysis of ChIP-seq, ATAC-Seq, and beyond." | ||
ploidy: "any" | ||
|
||
- trs_id: "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/chipseq-pe/main/versions/v0.12" | ||
- trs_id: "#workflow/github.com/iwc-workflows/chipseq-sr/main" | ||
type: "REGULATION" | ||
description: "Workflows for the analysis of ChIP-seq, ATAC-Seq, and beyond." | ||
ploidy: "any" | ||
|
||
- trs_id: "#workflow/github.com/iwc-workflows/rnaseq-pe/main" | ||
type: "TRANSCRIPTOMICS" | ||
description: "Analyze bulk or single-cell RNA seq data using a variety of approaches." | ||
ploidy: "any" | ||
|
||
- trs_id: "#workflow/github.com/iwc-workflows/rnaseq-sr/main" | ||
type: "TRANSCRIPTOMICS" | ||
description: "Analyze bulk or single-cell RNA seq data using a variety of approaches." | ||
ploidy: "any" | ||
|
||
- trs_id: "https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/haploid-variant-calling-wgs-pe/main/versions/v0.1" | ||
- trs_id: "#workflow/github.com/iwc-workflows/haploid-variant-calling-wgs-pe/main" | ||
type: "VARIANT_CALLING" | ||
description: "Identify nucleotide polymorphisms and short indels from Illumina and Element data." | ||
ploidy: "haploid" | ||
|
||
# im starting to wonder looking at this if the default for ploidy shouldnt be any | ||
# maybe it could be multivalued [haploid, diploid].. might not matter depending on ui | ||
- trs_id: "#workflow/github.com/iwc-workflows/generic-variant-calling-wgs-pe/main" | ||
type: "VARIANT_CALLING" | ||
description: "Identify nucleotide polymorphisms and short indels from Illumina and Element data." | ||
ploidy: "any" | ||
|
||
- trs_id: "#workflow/github.com/iwc-workflows/assembly-with-flye/main" | ||
type: "ASSEMBLY" | ||
description: "Best practices for assembly of prokaryotic and eukaryotic genomes sequenced with a variety of technologies." | ||
ploidy: "any" | ||
|
||
# idk yet what makes this specific to bacteria, or if it can be easily generalized | ||
# but we may need a new annotation once i figure it out | ||
- trs_id: "#workflow/github.com/iwc-workflows/bacterial-genome-assembly/main" | ||
type: "ASSEMBLY" | ||
description: "Best practices for assembly of prokaryotic and eukaryotic genomes sequenced with a variety of technologies." | ||
ploidy: "any" |