We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f477e4c commit c1c8f92Copy full SHA for c1c8f92
.github/workflows/nextflow_CI.yml
@@ -38,8 +38,9 @@ jobs:
38
- name: Run pipeline test (reference)
39
run: |
40
nextflow run main.nf -profile docker --prefix "covidmvp-$(date +%Y-%m-%d)" --end_date $(date +%Y-%m-%d) -params-file covidmvp_clinical_params.yaml
41
+
42
test_sarscov2_timeseries:
- name: Run pipeline test (user)
43
+ name: Run pipeline test (test_sarscov2_timeseries)
44
runs-on: ubuntu-latest
45
steps:
46
- uses: actions/checkout@v3
0 commit comments