We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limitations: PMCC-BioinformaticsCore/janis-core#69 (comment)
$ pip install janis-pipelines miniwdl $ WDL=/home/michael/wdl2cwl/wdl2cwl/tests/wdl_files/bowtie_1.wdl \ python -c 'from janis_core.ingestion.fromwdl import WdlParser; WdlParser.from_doc("$WDL").translate("cwl");'
One may need to add a runtime.disks entry of 1 if that is missing, due to PMCC-BioinformaticsCore/janis-core#93
runtime.disks
1
The text was updated successfully, but these errors were encountered:
PMCC-BioinformaticsCore/janis-core#69 is their work in progress for WDL import ; see the limitations section for more information
Sorry, something went wrong.
No branches or pull requests
Limitations: PMCC-BioinformaticsCore/janis-core#69 (comment)
$ pip install janis-pipelines miniwdl $ WDL=/home/michael/wdl2cwl/wdl2cwl/tests/wdl_files/bowtie_1.wdl \ python -c 'from janis_core.ingestion.fromwdl import WdlParser; WdlParser.from_doc("$WDL").translate("cwl");'
One may need to add a
runtime.disks
entry of1
if that is missing, due to PMCC-BioinformaticsCore/janis-core#93The text was updated successfully, but these errors were encountered: