Skip to content

Commit

Permalink
Re-generate RO-Crate after fixing conformsTo, and author/publisher.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jul 10, 2023
1 parent fd9b130 commit 1c2812e
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 501 deletions.
18 changes: 13 additions & 5 deletions docs/examples/autosubmit/auto-mhm-test-domains/conf/minimal.yml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
CONFIG:
# Current version of Autosubmit.
AUTOSUBMIT_VERSION: "4.0.0b"
# Total number of jobs in the workflow.
TOTALJOBS: 20
# Maximum number of jobs permitted in the waiting status.
MAXWAITINGJOBS: 20
DEFAULT:
# Job experiment ID.
EXPID: "a00d"
# Default HPC platform name.
HPCARCH: "local"
#hint: use %PROJDIR% to point to the project folder (where the project is cloned)
# Custom configuration location.
CUSTOM_CONFIG: "%PROJDIR%/conf/bootstrap"
PROJECT:
PROJECT_TYPE: "git"
PROJECT_DESTINATION: "git_project"
# Type of the project.
PROJECT_TYPE: git
# Folder to hold the project sources.
PROJECT_DESTINATION: git_project
GIT:
PROJECT_ORIGIN: "https://github.com/kinow/auto-mhm-test-domains.git"
PROJECT_BRANCH: "rocrate"
PROJECT_COMMIT: ""
PROJECT_SUBMODULES: ""
FETCH_SINGLE_BRANCH: True
PROJECT_COMMIT: ''
PROJECT_SUBMODULES: ''
FETCH_SINGLE_BRANCH: true

0 comments on commit 1c2812e

Please sign in to comment.