The codex collects workflows from workflowhub using Tags, but it seems some tags are not propagating from iwc to workflowhub.
Example: the mags workflow has a tag:
|
"tags": [ |
|
"name:FAIRyMAGs" |
But workflowhub does not have one: https://workflowhub.eu/workflows/1352?version=4
Here is works:
|
"tags": [ |
|
"fastq", |
|
"Genomics", |
|
"bacterial-genomics", |
|
"paired-end", |
|
"assembly", |
|
"quality", |
|
"ABRomics" |
|
], |
Is this maybe due to the name: part generated by the #.
Will test.
The codex collects workflows from workflowhub using Tags, but it seems some tags are not propagating from iwc to workflowhub.
Example: the mags workflow has a tag:
iwc/workflows/microbiome/mags-building/MAGs-generation.ga
Lines 2968 to 2969 in 205f553
But workflowhub does not have one: https://workflowhub.eu/workflows/1352?version=4
Here is works:
iwc/workflows/genome-assembly/bacterial-genome-assembly/bacterial_genome_assembly.ga
Lines 490 to 498 in 205f553
Is this maybe due to the
name:part generated by the#.Will test.