Skip to content
Snippets Groups Projects
Commit 23434d25 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add validation step and cwl-runner

parent cc1b384a
No related branches found
No related tags found
No related merge requests found
Pipeline #23 failed
......@@ -14,17 +14,22 @@ before_script:
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install cwltool
- pip install cwltool cwl-runner
- cd test_data
- tar -xvf ${TEST_DATASET_NAME}
- cd $CI_PROJECT_DIR
after_script:
- echo "All done"
validate_cwl_scripts:
stage: validate_cwl_scripts
script:
- for file in `find . -name '*.cwl'`; do cwltool --validate $file; done
allow_failure: true
test_DPPP_step:
stage: test
script:
- pwd
- cwltool steps/DPPP.cwl msin=test_data/L570745_SB000_uv_first10.MS
- cwl-runner steps/DPPP.cwl msin=test_data/L570745_SB000_uv_first10.MS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment