Skip to content

Commit

Permalink
gen_crates.py: extract workflow release tag [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Jun 17, 2021
1 parent 56191ba commit f1163a4
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions workflows/gen_crates.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def process_repo(repo_dir_entry):
workflow = crate.add_workflow(wf_source, wf_id, main=True,
lang="galaxy", gen_cwl=False)
workflow["name"] = code["name"]
workflow["version"] = code["release"]
crate.root_dataset["author"] = author
wf_url = f"https://github.com/iwc-workflows/{repo_dir_entry.name}"
workflow["url"] = crate.root_dataset["isBasedOn"] = wf_url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.016833",
"datePublished": "2021-06-17T15:55:52.542771",
"hasPart": [
{
"@id": "consensus-from-variation.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-consensus-from-variation"
"url": "https://github.com/iwc-workflows/sars-cov-2-consensus-from-variation",
"version": "0.2"
},
{
"@id": "#galaxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.013342",
"datePublished": "2021-06-17T15:55:52.540056",
"hasPart": [
{
"@id": "ont-artic-variation.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-ont-artic-variant-calling"
"url": "https://github.com/iwc-workflows/sars-cov-2-ont-artic-variant-calling",
"version": "0.2"
},
{
"@id": "#galaxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.014933",
"datePublished": "2021-06-17T15:55:52.541338",
"hasPart": [
{
"@id": "pe-artic-variation.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-pe-illumina-artic-variant-calling"
"url": "https://github.com/iwc-workflows/sars-cov-2-pe-illumina-artic-variant-calling",
"version": "0.3"
},
{
"@id": "#galaxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.018646",
"datePublished": "2021-06-17T15:55:52.544159",
"hasPart": [
{
"@id": "pe-wgs-variation.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-pe-illumina-wgs-variant-calling"
"url": "https://github.com/iwc-workflows/sars-cov-2-pe-illumina-wgs-variant-calling",
"version": "0.1"
},
{
"@id": "#galaxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.011918",
"datePublished": "2021-06-17T15:55:52.538877",
"hasPart": [
{
"@id": "se-wgs-variation.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-se-illumina-wgs-variant-calling"
"url": "https://github.com/iwc-workflows/sars-cov-2-se-illumina-wgs-variant-calling",
"version": "0.1"
},
{
"@id": "#galaxy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@id": "./",
"@type": "Dataset",
"author": "Wolfgang Maier",
"datePublished": "2021-06-14T17:44:52.009715",
"datePublished": "2021-06-17T15:55:52.536990",
"hasPart": [
{
"@id": "variation-reporting.ga"
Expand Down Expand Up @@ -66,7 +66,8 @@
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/sars-cov-2-variation-reporting"
"url": "https://github.com/iwc-workflows/sars-cov-2-variation-reporting",
"version": "0.1"
},
{
"@id": "#galaxy",
Expand Down

0 comments on commit f1163a4

Please sign in to comment.