This repository was archived by the owner on Oct 2, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 62
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 #57 from SciDAP/master
DOI and corresponding README
- Loading branch information
Showing
13 changed files
with
161 additions
and
196 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
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,7 +1,4 @@ | ||
#!/usr/bin/env cwl-runner | ||
# | ||
# Author: [email protected] (http://orcid.org/0000-0001-9102-5681) / Cincinnati Children’s Hospital Medical Center / Dr. Barski Lab | ||
# Developed for CWL consortium http://commonwl.org/ | ||
|
||
cwlVersion: "cwl:draft-3.dev3" | ||
|
||
|
@@ -85,32 +82,27 @@ $namespaces: | |
doap: http://usefulinc.com/ns/doap# | ||
adms: http://www.w3.org/ns/adms# | ||
dcat: http://www.w3.org/ns/dcat# | ||
schema: http://schema.org/ | ||
|
||
$schemas: | ||
- http://schema.rdfs.org/all.rdf | ||
- https://sparql-test.commonwl.org/schema.rdf | ||
- http://dublincore.org/2012/06/14/dcterms.rdf | ||
- http://xmlns.com/foaf/spec/20140114.rdf | ||
- http://usefulinc.com/ns/doap# | ||
- http://www.w3.org/ns/adms# | ||
- http://www.w3.org/ns/dcat.rdf | ||
|
||
adms:includedAsset: | ||
$include: GATK-ontology.yaml | ||
|
||
doap:name: "GATK-FastaAlternateReferenceMaker.cwl" | ||
dcat:downloadURL: "https://github.com/common-workflow-language/workflows/blob/master/tools/GATK-FastaAlternateReferenceMaker.cwl" | ||
doap:repository: | ||
- class: doap:GitRepository | ||
doap:location: "https://github.com/common-workflow-language/workflows" | ||
doap:homepage: "http://commonwl.org/" | ||
doap:license: "Apache2" | ||
|
||
doap:maintainer: | ||
- class: foaf:Organization | ||
foaf:name: "Barski Lab, Cincinnati Children's Hospital Medical Center" | ||
foaf:member: | ||
- class: foaf:Person | ||
id: "http://orcid.org/0000-0001-9102-5681" | ||
foaf:openid: "http://orcid.org/0000-0001-9102-5681" | ||
foaf:name: "Andrey Kartashov" | ||
foaf:mbox: "mailto:Andrey.Kartashov@cchmc.org" | ||
schema:mainEntity: | ||
$import: https://scidap.com/description/tools/GATK.yaml | ||
|
||
schema:downloadUrl: https://github.com/common-workflow-language/workflows/blob/master/tools/GATK-FastaAlternateReferenceMaker.cwl | ||
schema:codeRepository: https://github.com/common-workflow-language/workflows | ||
schema:license: http://www.apache.org/licenses/LICENSE-2.0 | ||
schema:isPartOf: | ||
class: schema:CreativeWork | ||
schema:name: "Common Workflow Language" | ||
schema:url: http://commonwl.org/ | ||
|
||
schema:author: | ||
$import: https://scidap.com/description/porter.yaml | ||
|
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 was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
class: schema:CreativeWork | ||
|
||
schema:name: "Common Workflow Language" | ||
schema:url: http://commonwl.org/ | ||
schema:license: http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
schema:workExample: | ||
- class: schema:SoftwareSourceCode | ||
schema:codeRepository: https://github.com/common-workflow-language/workflows | ||
|
||
schema:schemaVersion: http://common-workflow-language.github.io/draft-3/ | ||
|
||
schema:author: | ||
- class: schema:Organization | ||
schema:name: "Curoverse" | ||
schema:member: | ||
- class: schema:Person | ||
id: "http://orcid.org/0000-0003-3566-7705" | ||
schema:name: "Peter Amstutz" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "Seven Bridges Genomics" | ||
schema:member: | ||
- class: schema:Person | ||
id: "mailto:[email protected]" | ||
schema:name: "Nebojša Tijanić" | ||
schema:email: "mailto:[email protected]" | ||
|
||
schema:contributor: | ||
- class: schema:Organization | ||
schema:name: "Seven Bridges Genomics" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "Luka Stojanovic" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "Galaxy Project, Pennsylvania State University" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "John Chilton" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "University of California, Davis" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "Michael R. Crusoe" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "Institut Pasteur" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "Hervé Ménager" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "BioDatomics" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "Maxim Mikheev" | ||
schema:email: "mailto:[email protected]" | ||
- class: schema:Organization | ||
schema:name: "University of Manchester" | ||
schema:member: | ||
- class: schema:Person | ||
schema:name: "Stian Soiland-Reyes" | ||
schema:email: "mailto:[email protected]" |
Empty file.
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
Oops, something went wrong.