mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 12:29:54 +00:00
Pin version to get NXF to download correctly
This commit is contained in:
parent
04d28e6520
commit
8b559fba86
2 changed files with 2 additions and 4 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
NXF_VER:
|
NXF_VER:
|
||||||
- "21.10.3"
|
- "21.10.6" ## TODO temporarily pinning later version that does work
|
||||||
- "latest-everything"
|
- "latest-everything"
|
||||||
parameters:
|
parameters:
|
||||||
- "--perform_longread_qc false"
|
- "--perform_longread_qc false"
|
||||||
|
@ -67,7 +67,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
NXF_VER:
|
NXF_VER:
|
||||||
- "21.10.3"
|
- "21.10.6" ## TODO temporarily pinning later version that does work
|
||||||
- "latest-everything"
|
- "latest-everything"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -53,5 +53,3 @@ properties:
|
||||||
- fasta
|
- fasta
|
||||||
required:
|
required:
|
||||||
- samples
|
- samples
|
||||||
- run_accession
|
|
||||||
- instrument_platform
|
|
||||||
|
|
Loading…
Reference in a new issue