GitXplorerGitXplorer
m

hive-cwl-examples

public
2 stars
3 forks
0 issues

Commits

List of commits on branch main.
Unverified
c9ffea0b60fa3bcf8e138af7c99ca141a6b8fb21

drop unused packed CWL files

mmr-c committed 8 years ago
Unverified
fa65c72d61c25acdb5dfa073c8598a50eed7f2a3

missing colons

mmr-c committed 8 years ago
Unverified
6cdf9eacdc24becaddec0dc2f4a0c4ae7f5356e1

add empty DockerReqs

mmr-c committed 8 years ago
Unverified
e73a49c72d2caadf67cdcbaa1ce1692ea0526b8d

Merge pull request #1 from stain/master

mmr-c committed 8 years ago
Unverified
d86e64ad8b0010868a85be22b64ce7da5ba9e84d

Add hive-heptagon.cwl to manifest

sstain committed 8 years ago
Unverified
f9d96c1589b2476a21492801aa0892fa6e5fd0e3

moved tool

sstain committed 8 years ago

README

The README file for this repository.

Manual translation of https://hive.biochemistry.gwu.edu/cgi-bin/prd/htscsrs//servlet.cgi?pageid=bcoexample_1 into CWL

Notes: Not tested due to lack of source code

Things not translated, but could be added without breaking CWL compatibility

  • usability_domain, could go in documentation or as a HIVE/biocompute specific extension
  • xref
  • keywords
  • publication_status
  • modification_date, creation_date
  • "verification"
  • that this is a subtype of the "antiviral_resistance_detection[ICD:B17]", could have been done via a Workflow that contains the other Workflow and sets different defaults.

Questions about biocompute: what's the relationship between "pipeline" and the "type" field in the biocompute object?

How does BioCompute model the flow of data between steps? (Or is that implicit in the "script": "obj.123123"?)

What is the priority for defaults amongst the antiviral_resistance_detection typedef, the biocompute object itself, and the referenced pipeline?

What is the meaning of the verfication_kit?