dxCompiler | WDL and CWL compiler for the DNAnexus platform | BPM library

 by   dnanexus Scala Version: 2.11.3 License: Apache-2.0

kandi X-RAY | dxCompiler Summary

kandi X-RAY | dxCompiler Summary

dxCompiler is a Scala library typically used in Automation, BPM applications. dxCompiler has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

dxCompiler takes a pipeline written in the Workflow Description Language (WDL) or Common Workflow Language and compiles it to an equivalent workflow on the DNAnexus platform. WDL draft-2, 1.0, and 1.1, and CWL 1.2 are fully supported. Support for WDL 2.0 (aka 'development') is under active development and not yet production-ready.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dxCompiler has a low active ecosystem.
              It has 27 star(s) with 18 fork(s). There are 21 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 12 open issues and 21 have been closed. On average issues are closed in 111 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of dxCompiler is 2.11.3

            kandi-Quality Quality

              dxCompiler has no bugs reported.

            kandi-Security Security

              dxCompiler has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              dxCompiler is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              dxCompiler releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dxCompiler
            Get all kandi verified functions for this library.

            dxCompiler Key Features

            No Key Features are available at this moment for dxCompiler.

            dxCompiler Examples and Code Snippets

            WDL,Example workflow
            Scaladot img1Lines of Code : 60dot img1License : Permissive (Apache-2.0)
            copy iconCopy
            version 1.0
            
            workflow bam_chrom_counter {
                input {
                    File bam
                }
            
                call slice_bam {
                    input : bam = bam
                }
                scatter (slice in slice_bam.slices) {
                    call count_bam {
                        input: bam = slice
                    }
                }
                o  

            Community Discussions

            Trending Discussions on dxCompiler

            QUESTION

            Running Shaders in DXIL
            Asked 2019-May-10 at 18:05

            I'm trying to run a DirectX 12 app using the Dxc compiler located here. The shader source compiles successfully, however the D3D api fails to read the shader byte code.

            I'm using the D3DCompiler DXC Bridge. According to the docs I need to rename it to d3dcompiler_47.dll and place the dxcompiler.dll, and dxil.dll next to the executable for proper validation and signing which I've done. I'm running in experimental mode so signing shouldn't matter. I'm also running windows version 1703 which is supposed to support dxil.

            When the application runs I can see d3dcompiler_47, dxcompiler, and dxil all being loaded into memory, so it just seems to be that the D3D runtime fails to recognize DXIR as a valid byte code format. HALP!

            ...

            ANSWER

            Answered 2019-May-03 at 19:46

            Does your video driver support Shader Model 6 and more specifically whatever Shader Model you are trying to use?

            Detection is a little tricky, but try this:

            Source https://stackoverflow.com/questions/55958231

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dxCompiler

            To run the dxCompiler integration tests, you will also need to install Python 3.x.
            DNAnexus platform account
            dx-toolkit Log in using dx login It is recommended to pre-select the project where you want to your compiled workflows to go using dx select
            Java 8 or 11
            The latest dxCompiler JAR file from the releases page.
            To compile CWL tools/workflows, you'll also need: sbpack - install from master, e.g. pip install https://github.com/rabix/sbpack.git cwl-utils
            docker, if you want to invoke dxCompiler with the run-dxcompiler-docker script using a public dnanexus/dxcompiler docker container.

            Support

            See the development guide for more information on how to set up your development environment to contribute to dxCompiler and how to test your updates.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular BPM Libraries

            Try Top Libraries by dnanexus

            parliament2

            by dnanexusPython

            dx-toolkit

            by dnanexusPython

            dot

            by dnanexusJavaScript

            UKB_RAP

            by dnanexusJupyter Notebook

            dxWDL

            by dnanexusJava