Git Product home page Git Product logo

repo2rocrate's People

Contributors

simleo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

repo2rocrate's Issues

Assign SoftwareSourceCode to snakemake workflow subparts

Snakemake workflows are often split into multiple files across a number of directories (this is the best practice). At the moment, except for the main Snakefile, repo2rocrate seems to label the other elements with type Dataset, rather than using a more specific type.

There is probably enough information to label these files with a more appropriate type.

In-place crate generation

Add an option to turn the input repository itself into an RO-Crate, by only adding ro-crate-metadata.json. Note that this is technically already possible, by setting the output directory to the input one, but that needlessly overwrites all files.

Galaxy support

This is a bit tricky. We certainly want to reuse code from the IWC tool, which will then be able to use this one as a dependency. Ideally, this tool could be made to cover all the functionality currently implemented by the IWC tool, so that it could simply be installed and used by the IWC CI workflow. However, some features of the IWC tool are quite specific to the way the IWC repo works as a whole (e.g., its workflows/<CATEGORY><WORKFLOW> layout, its automatic deployment to iwc-workflows, etc.), rather than to the layout of individual workflow repositories.

Add known test directories as `TestDefinition` instances

E.g.:

{
    "@id": ".tests",
    "@type": ["Dataset", "TestDefinition"],
}

This is useful information even if it's not actionable. We need to relax the "A test definition MUST refer to the test engine it is written for via conformsTo and to the engine’s version via engineVersion" requirement in the spec though.

Detect workflow language

The current default for the workflow language is snakemake, but that's arbitrary. We should try to detect the workflow language, e.g. by running the various workflow-finding functions in sequence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.