dxCompiler | WDL and CWL compiler for the DNAnexus platform | BPM library
kandi X-RAY | dxCompiler Summary
kandi X-RAY | dxCompiler Summary
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
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dxCompiler
dxCompiler Key Features
dxCompiler Examples and Code Snippets
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
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:46Does 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:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dxCompiler
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
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page