https://github.com/common-workflow-language/cwljava

Java SDK for the Common Workflow Language standards

https://github.com/common-workflow-language/cwljava

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary

Keywords

commonwl cwl java
Last synced: 5 months ago · JSON representation

Repository

Java SDK for the Common Workflow Language standards

Basic Info
  • Host: GitHub
  • Owner: common-workflow-language
  • Language: Java
  • Default Branch: cwl-1.2.0
  • Homepage:
  • Size: 10.8 MB
Statistics
  • Stars: 14
  • Watchers: 15
  • Forks: 8
  • Open Issues: 7
  • Releases: 1
Topics
commonwl cwl java
Created about 10 years ago · Last pushed 6 months ago
Metadata Files
Readme

README.md

Coverage Status

org.w3id.cwl.cwl1_2

This project contains Java objects and utilities auto-generated by Schema Salad for parsing documents corresponding to the https://w3id.org/cwl/cwl# schema.

License

This project is licensed under the Apache License, Version 2.0.

Contributing

This project is auto-generated by Schema Salad and likely should not be modified directly. Instead consider filing an issue or opening a pull request against the Schema Salad repository.

Requirements

This Java library requires Java 8+. Building and testing this project requires Apache Maven (mvn).

Usage

Compile the project, test it, and build a jar

$ mvn install
$ ls target/  # jar file in here

Building a standalone jar with all dependencies included and use it to validate a document

$ mvn install
$ mvn assembly:single
$ java -jar target/<project_name>-0.0.1-SNAPSHOT-jar-with-dependencies.jar ../path/to/document.yml

Building and viewing JavaDocs

$ mvn javadoc:javadoc
$ open target/site/apidocs/index.html

Owner

  • Name: Common Workflow Language
  • Login: common-workflow-language
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Delete event: 18
  • Issue comment event: 21
  • Push event: 25
  • Pull request review event: 19
  • Pull request event: 38
  • Create event: 19
Last Year
  • Issues event: 1
  • Watch event: 1
  • Delete event: 18
  • Issue comment event: 21
  • Push event: 25
  • Pull request review event: 19
  • Pull request event: 38
  • Create event: 19

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 35
  • Total pull requests: 82
  • Average time to close issues: over 1 year
  • Average time to close pull requests: 17 days
  • Total issue authors: 10
  • Total pull request authors: 8
  • Average comments per issue: 3.43
  • Average comments per pull request: 0.51
  • Merged pull requests: 76
  • Bot issues: 0
  • Bot pull requests: 51
Past Year
  • Issues: 1
  • Pull requests: 16
  • Average time to close issues: about 12 hours
  • Average time to close pull requests: about 21 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.88
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 16
Top Authors
Issue Authors
  • jdidion (12)
  • mr-c (8)
  • pgrosu (7)
  • kellrott (2)
  • YuxinShi0423 (1)
  • denis-yuen (1)
  • DevAutoResearch (1)
  • MyleneSimon (1)
  • dependabot[bot] (1)
  • stain (1)
  • ThilinaManamgoda (1)
Pull Request Authors
  • dependabot[bot] (89)
  • mr-c (22)
  • denis-yuen (3)
  • snyk-bot (2)
  • kellrott (2)
  • fjrmoreews (1)
  • jdidion (1)
  • imgbot[bot] (1)
Top Labels
Issue Labels
enhancement (1) help wanted (1) dependencies (1) java (1)
Pull Request Labels
dependencies (89) java (74) github_actions (14)

Dependencies

pom.xml maven
  • com.fasterxml.jackson.core:jackson-databind 2.13.3
  • com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.13.3
  • junit:junit 4.13.2
  • org.apache.commons:commons-lang3 3.12.0
  • org.snakeyaml:snakeyaml-engine 2.4
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
  • advanced-security/maven-dependency-submission-action 2ecce44ccb44fd4b52f43468d3644e2d3e2b3cf2 composite