Skip to content

Commit

Permalink
Update for version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iwc-workflows-bot committed Nov 23, 2023
1 parent bf98966 commit 015c711
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 7 deletions.
9 changes: 8 additions & 1 deletion .dockstore.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
version: 1.2
workflows:
- name: main
primaryDescriptorPath: /kmer-profiling-hifi-VGP1.ga
subclass: Galaxy
publish: true
primaryDescriptorPath: /kmer-profiling-hifi-VGP1.ga
testParameterFiles:
- /kmer-profiling-hifi-VGP1-tests.yml
authors:
- name: VGP
url: https://vertebrategenomeproject.org
- name: Galaxy
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.5] 2023-11-20

- Fix author in dockstore

## [0.1.4] 2023-11-15

### Added
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion kmer-profiling-hifi-VGP1.ga
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"format-version": "0.1",
"license": "CC-BY-4.0",
"release":"0.1.4",
"release":"0.1.5",
"name": "kmer-profiling-hifi-VGP1",
"steps": {
"0": {
Expand Down
88 changes: 83 additions & 5 deletions ro-crate-metadata.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,48 @@
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@context": [
"https://w3id.org/ro/crate/1.1/context",
{
"GithubService": "https://w3id.org/ro/terms/test#GithubService",
"JenkinsService": "https://w3id.org/ro/terms/test#JenkinsService",
"PlanemoEngine": "https://w3id.org/ro/terms/test#PlanemoEngine",
"TestDefinition": "https://w3id.org/ro/terms/test#TestDefinition",
"TestInstance": "https://w3id.org/ro/terms/test#TestInstance",
"TestService": "https://w3id.org/ro/terms/test#TestService",
"TestSuite": "https://w3id.org/ro/terms/test#TestSuite",
"TravisService": "https://w3id.org/ro/terms/test#TravisService",
"definition": "https://w3id.org/ro/terms/test#definition",
"engineVersion": "https://w3id.org/ro/terms/test#engineVersion",
"instance": "https://w3id.org/ro/terms/test#instance",
"resource": "https://w3id.org/ro/terms/test#resource",
"runsOn": "https://w3id.org/ro/terms/test#runsOn"
}
],
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"datePublished": "2023-11-16T14:32:18.217599",
"datePublished": "2023-11-23T13:33:07.963883",
"hasPart": [
{
"@id": "kmer-profiling-hifi-VGP1.ga"
},
{
"@id": "README.md"
},
{
"@id": "kmer-profiling-hifi-VGP1-tests.yml"
}
],
"isBasedOn": "https://github.com/iwc-workflows/kmer-profiling-hifi-VGP1",
"license": "CC-BY-4.0",
"mainEntity": {
"@id": "kmer-profiling-hifi-VGP1.ga"
},
"mentions": [
{
"@id": "#test_main_1"
}
],
"name": "kmer-profiling-hifi-VGP1/main"
},
{
Expand All @@ -42,15 +67,15 @@
"@id": "https://vertebrategenomeproject.org"
},
{
"@id": "#cbfa54c5-09f3-4dbe-b222-17ac12ff938a"
"@id": "#80ac14af-4697-453b-95a6-4faadd8fd9be"
}
],
"name": "kmer-profiling-hifi-VGP1/main",
"programmingLanguage": {
"@id": "#galaxy"
},
"url": "https://github.com/iwc-workflows/kmer-profiling-hifi-VGP1",
"version": "0.1.4"
"version": "0.1.5"
},
{
"@id": "#galaxy",
Expand All @@ -70,13 +95,66 @@
"name": "VGP"
},
{
"@id": "#cbfa54c5-09f3-4dbe-b222-17ac12ff938a",
"@id": "#80ac14af-4697-453b-95a6-4faadd8fd9be",
"@type": "Organization",
"name": "Galaxy"
},
{
"@id": "README.md",
"@type": "File"
},
{
"@id": "#test_main_1",
"@type": "TestSuite",
"definition": {
"@id": "kmer-profiling-hifi-VGP1-tests.yml"
},
"instance": [
{
"@id": "#test_main_1_1"
}
],
"mainEntity": {
"@id": "kmer-profiling-hifi-VGP1.ga"
},
"name": "test_main_1"
},
{
"@id": "#test_main_1_1",
"@type": "TestInstance",
"name": "test_main_1_1",
"resource": "repos/iwc-workflows/kmer-profiling-hifi-VGP1/actions/workflows/wftest.yml",
"runsOn": {
"@id": "https://w3id.org/ro/terms/test#GithubService"
},
"url": "https://api.github.com"
},
{
"@id": "https://w3id.org/ro/terms/test#GithubService",
"@type": "TestService",
"name": "Github Actions",
"url": {
"@id": "https://github.com"
}
},
{
"@id": "kmer-profiling-hifi-VGP1-tests.yml",
"@type": [
"File",
"TestDefinition"
],
"conformsTo": {
"@id": "https://w3id.org/ro/terms/test#PlanemoEngine"
},
"engineVersion": ">=0.75.18"
},
{
"@id": "https://w3id.org/ro/terms/test#PlanemoEngine",
"@type": "SoftwareApplication",
"name": "Planemo",
"url": {
"@id": "https://github.com/galaxyproject/planemo"
}
}
]
}

0 comments on commit 015c711

Please sign in to comment.