-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from ResearchObject/cwl_utils_newer
Unpin & upgrade cwl-utils version
- Loading branch information
Showing
23 changed files
with
989 additions
and
952 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "daily" | ||
# Maintain dependencies for GitHub Actions | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" |
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
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,6 +1,6 @@ | ||
bdbag>=1.4.1 | ||
click~=8.1 | ||
cwl-utils==0.13 | ||
cwl-utils>=0.27 | ||
cwlprov==0.1.1 | ||
networkx==2.8 | ||
prov>=1.5.1 | ||
|
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
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,6 +1,6 @@ | ||
Bag-Software-Agent: cwltool 3.1.20230425144158 | ||
Bag-Software-Agent: cwltool 3.1.20230513155734 | ||
BagIt-Profile-Identifier: https://w3id.org/ro/bagit/profile | ||
Bagging-Date: 2023-05-12 | ||
Bagging-Date: 2023-05-26 | ||
External-Description: Research Object of CWL workflow run | ||
External-Identifier: arcp://uuid,c81049f5-bc5f-4c3a-a62e-75cc370736f7/ | ||
External-Identifier: arcp://uuid,c54a7289-731a-498b-9f08-3cc2bb801ba1/ | ||
Payload-Oxum: 192.4 |
20 changes: 0 additions & 20 deletions
20
tests/data/grepsort-run-1/metadata/logs/engine.6828237c-6ee6-45db-8229-c941230ef223.txt
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
tests/data/grepsort-run-1/metadata/logs/engine.fb8f0a7a-121b-47e1-b955-75d213864598.txt
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[2023-05-26T13:48:22,761.874199Z] [cwltool] /home/simleo/git/runcrate/venv/bin/cwltool --provenance grepsort-run-1 grepsort.cwl params.yml | ||
[2023-05-26T13:48:22,763.775349Z] Resolved 'grepsort.cwl' to 'file:///home/simleo/git/runcrate/cwl/grepsort/grepsort.cwl' | ||
[2023-05-26T13:48:23,857.358217Z] [provenance] Adding to RO file:///home/simleo/git/runcrate/cwl/grepsort/lines.txt | ||
[2023-05-26T13:48:23,858.058929Z] [provenance] Adding to RO file:///home/simleo/git/runcrate/cwl/grepsort/lines.aux | ||
[2023-05-26T13:48:23,860.283136Z] [workflow ] start | ||
[2023-05-26T13:48:23,860.562325Z] [workflow ] starting step grep | ||
[2023-05-26T13:48:23,860.731125Z] [step grep] start | ||
[2023-05-26T13:48:23,862.983942Z] [job grep] /tmp/f9r41on_$ bash \ | ||
-c \ | ||
'grep -f /tmp/iueonoei/stga889db5c-8b30-45b5-9826-287bfb970c74/lines.aux /tmp/iueonoei/stga889db5c-8b30-45b5-9826-287bfb970c74/lines.txt >grep_out.txt' | ||
[2023-05-26T13:48:23,871.237516Z] [job grep] completed success | ||
[2023-05-26T13:48:23,871.550560Z] [step grep] completed success | ||
[2023-05-26T13:48:23,872.055531Z] [workflow ] starting step sorted | ||
[2023-05-26T13:48:23,872.438669Z] [step sorted] start | ||
[2023-05-26T13:48:23,874.803782Z] [job sorted] /tmp/7lf3aa84$ sort \ | ||
/tmp/6h7ltdar/stg5551dd85-4192-4d88-a91f-7b2dfbff9740/grep_out.txt > /tmp/7lf3aa84/sort_out.txt | ||
[2023-05-26T13:48:23,880.517006Z] [job sorted] completed success | ||
[2023-05-26T13:48:23,880.779028Z] [step sorted] completed success | ||
[2023-05-26T13:48:23,881.006241Z] [workflow ] completed success | ||
[2023-05-26T13:48:23,940.695763Z] Final process status is success |
Oops, something went wrong.