Skip to content

Commit fb18326

Browse files
authored
feat: add new measles workflow (#735)
## Description adding wolfgang's new workflow 🎉 ## Related Issue closes #734
2 parents f5a0ed0 + 7002e70 commit fb18326

File tree

2 files changed

+84
-4
lines changed

2 files changed

+84
-4
lines changed

catalog/output/workflows.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@
55
"name": "Variant calling",
66
"showComingSoon": true,
77
"workflows": [
8+
{
9+
"iwcId": "generic-non-segmented-viral-variant-calling-main",
10+
"parameters": [
11+
{
12+
"key": "Paired collection of sequencing data",
13+
"variable": "SANGER_READ_RUN_PAIRED"
14+
},
15+
{
16+
"key": "Reference annotation",
17+
"variable": "GENE_MODEL_URL"
18+
},
19+
{
20+
"key": "Fasta reference genome",
21+
"variable": "ASSEMBLY_FASTA_URL"
22+
}
23+
],
24+
"ploidy": "ANY",
25+
"taxonomyId": "11158",
26+
"trsId": "#workflow/github.com/iwc-workflows/generic-non-segmented-viral-variant-calling/main/versions/v0.1",
27+
"workflowDescription": "Variant calling and consensus sequence generation for batches of Illumina PE sequenced viruses with uncomplicated and stable genome structure (like e.g. Morbilliviruses). It can handle both ampliconic and non-ampliconic data.",
28+
"workflowName": "Variant calling and consensus construction from paired end short read data of non-segmented viral genomes"
29+
},
830
{
931
"iwcId": "haploid-variant-calling-wgs-pe-main",
1032
"parameters": [
@@ -282,6 +304,28 @@
282304
"name": "Consensus sequences",
283305
"showComingSoon": false,
284306
"workflows": [
307+
{
308+
"iwcId": "generic-non-segmented-viral-variant-calling-main",
309+
"parameters": [
310+
{
311+
"key": "Paired collection of sequencing data",
312+
"variable": "SANGER_READ_RUN_PAIRED"
313+
},
314+
{
315+
"key": "Reference annotation",
316+
"variable": "GENE_MODEL_URL"
317+
},
318+
{
319+
"key": "Fasta reference genome",
320+
"variable": "ASSEMBLY_FASTA_URL"
321+
}
322+
],
323+
"ploidy": "ANY",
324+
"taxonomyId": "11158",
325+
"trsId": "#workflow/github.com/iwc-workflows/generic-non-segmented-viral-variant-calling/main/versions/v0.1",
326+
"workflowDescription": "Variant calling and consensus sequence generation for batches of Illumina PE sequenced viruses with uncomplicated and stable genome structure (like e.g. Morbilliviruses). It can handle both ampliconic and non-ampliconic data.",
327+
"workflowName": "Variant calling and consensus construction from paired end short read data of non-segmented viral genomes"
328+
},
285329
{
286330
"iwcId": "pox-virus-amplicon-main",
287331
"parameters": [

catalog/source/workflows.yml

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,11 @@ workflows:
137137
class: integer
138138
active: false
139139
iwc_id: average-bigwig-between-replicates-main
140-
- trs_id: "#workflow/github.com/iwc-workflows/bacterial-genome-assembly/main/versions/v1.1.8"
140+
- trs_id: "#workflow/github.com/iwc-workflows/bacterial-genome-assembly/main/versions/v2.0"
141141
categories:
142142
- ASSEMBLY
143143
workflow_name: Bacterial Genome Assembly using Shovill
144-
workflow_description:
145-
Assembly of bacterial paired-end short read data with generation
146-
of quality metrics and reports
144+
workflow_description: Assembly of bacterial paired-end short read data
147145
ploidy: ANY
148146
parameters:
149147
- key: Input adapter trimmed sequence reads (forward)
@@ -541,6 +539,44 @@ workflows:
541539
class: boolean
542540
active: true
543541
iwc_id: fastq-to-matrix-10x-scrna-seq-fastq-to-matrix-10x-v3
542+
- trs_id: "#workflow/github.com/iwc-workflows/generic-non-segmented-viral-variant-calling/main/versions/v0.1"
543+
categories:
544+
- CONSENSUS_SEQUENCES
545+
- VARIANT_CALLING
546+
workflow_name:
547+
Variant calling and consensus construction from paired end short
548+
read data of non-segmented viral genomes
549+
workflow_description:
550+
Variant calling and consensus sequence generation for batches
551+
of Illumina PE sequenced viruses with uncomplicated and stable genome structure
552+
(like e.g. Morbilliviruses). It can handle both ampliconic and non-ampliconic data.
553+
ploidy: ANY
554+
taxonomy_id: 11158
555+
parameters:
556+
- key: Paired collection of sequencing data
557+
type_guide:
558+
class: Collection
559+
collection_type: list:paired
560+
variable: SANGER_READ_RUN_PAIRED
561+
- key: Reference annotation
562+
type_guide:
563+
class: File
564+
variable: GENE_MODEL_URL
565+
- key: Fasta reference genome
566+
type_guide:
567+
class: File
568+
variable: ASSEMBLY_FASTA_URL
569+
- key: Primer scheme (optional)
570+
type_guide:
571+
class: File
572+
- key: Supporting read fraction to call variant
573+
type_guide:
574+
class: float
575+
- key: Minimum quality score to consider base for variant calling
576+
type_guide:
577+
class: integer
578+
active: true
579+
iwc_id: generic-non-segmented-viral-variant-calling-main
544580
- trs_id: "#workflow/github.com/iwc-workflows/functional-annotation-protein-sequences/main/versions/v0.1"
545581
categories:
546582
- ANNOTATION

0 commit comments

Comments
 (0)