Skip to content
New issue

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

compare our results with how Janis does WDL→CWL conversions #6

Open
1 task
mr-c opened this issue Apr 21, 2021 · 1 comment
Open
1 task

compare our results with how Janis does WDL→CWL conversions #6

mr-c opened this issue Apr 21, 2021 · 1 comment

Comments

@mr-c
Copy link
Member

mr-c commented Apr 21, 2021

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

  • Document any features we can convert that Janis cannot (and send them a link to our implementation for inspiration)
@mr-c
Copy link
Member Author

mr-c commented Apr 26, 2021

PMCC-BioinformaticsCore/janis-core#69 is their work in progress for WDL import ; see the limitations section for more information

@mr-c mr-c changed the title explore Janis as a framework for achieving this compare our results with how Janis does WDL→CWL conversions Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant