From 2e466b27e33e043864cee5038b5cd48a114426b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Fern=C3=A1ndez?= Date: Thu, 31 Aug 2023 13:47:55 +0200 Subject: [PATCH] Added recipes which run WOMBAT-Pipelines --- ...OMBAT-Pipelines_test_all_docker.wfex.stage | 36 +++++++++++++++++++ ...-Pipelines_test_all_singularity.wfex.stage | 36 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_docker.wfex.stage create mode 100644 workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_singularity.wfex.stage diff --git a/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_docker.wfex.stage b/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_docker.wfex.stage new file mode 100644 index 00000000..e5f01c87 --- /dev/null +++ b/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_docker.wfex.stage @@ -0,0 +1,36 @@ +workflow_id: git+https://github.com/wombat-p/WOMBAT-Pipelines.git@51d0be8aa1b22142b1ba09edb5ee4465618e8e05 +workflow_config: + secure: false + containerType: docker + nextflow: + profile: + - docker + - test +# All the inputs must be URLs or CURIEs from identifiers.org +placeholders: + test_data_prefix: https://raw.githubusercontent.com/wombat-p/WOMBAT-Pipelines/51d0be8aa1b22142b1ba09edb5ee4465618e8e05/test_data +params: + fasta: + c-l-a-s-s: File + url: "{test_data_prefix}/ABRF_iPRG_2012_target.fasta" + raws: + c-l-a-s-s: File + url: + - "{test_data_prefix}/OVEMB150205_12.raw" + - "{test_data_prefix}/OVEMB150205_14.raw" + exp_design: + c-l-a-s-s: File + url: "{test_data_prefix}/exp_design.txt" + parameters: + c-l-a-s-s: File + url: "{test_data_prefix}/test_params.yml" + sdrfmapping: + c-l-a-s-s: File + url: "https://raw.githubusercontent.com/bigbio/proteomics-metadata-standard/34ad4ed605b100ef72ec8fe31adc8af33f207717/sdrf-proteomics/assets/param2sdrf.yml" + run_statistics: true + workflow: "all" + outdir: + c-l-a-s-s: Directory + # This hint tells that this parameter is the output directory + autoFill: true + autoPrefix: false diff --git a/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_singularity.wfex.stage b/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_singularity.wfex.stage new file mode 100644 index 00000000..27a64d69 --- /dev/null +++ b/workflow_examples/wombat-p/WOMBAT-Pipelines_test_all_singularity.wfex.stage @@ -0,0 +1,36 @@ +workflow_id: git+https://github.com/wombat-p/WOMBAT-Pipelines.git@51d0be8aa1b22142b1ba09edb5ee4465618e8e05 +workflow_config: + secure: false + containerType: singularity + nextflow: + profile: + - singularity + - test +# All the inputs must be URLs or CURIEs from identifiers.org +placeholders: + test_data_prefix: https://raw.githubusercontent.com/wombat-p/WOMBAT-Pipelines/51d0be8aa1b22142b1ba09edb5ee4465618e8e05/test_data +params: + fasta: + c-l-a-s-s: File + url: "{test_data_prefix}/ABRF_iPRG_2012_target.fasta" + raws: + c-l-a-s-s: File + url: + - "{test_data_prefix}/OVEMB150205_12.raw" + - "{test_data_prefix}/OVEMB150205_14.raw" + exp_design: + c-l-a-s-s: File + url: "{test_data_prefix}/exp_design.txt" + parameters: + c-l-a-s-s: File + url: "{test_data_prefix}/test_params.yml" + sdrfmapping: + c-l-a-s-s: File + url: "https://raw.githubusercontent.com/bigbio/proteomics-metadata-standard/34ad4ed605b100ef72ec8fe31adc8af33f207717/sdrf-proteomics/assets/param2sdrf.yml" + run_statistics: true + workflow: "all" + outdir: + c-l-a-s-s: Directory + # This hint tells that this parameter is the output directory + autoFill: true + autoPrefix: false