You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected: Nextflow pipeline should work with hq v0.20
Actual: Pipeline fails due to parameter incompatibility - hq v0.20 uses '--stream' parameter while Nextflow generates '--log' parameter
Steps to reproduce the problem
Running Nextflow pipeline with hq v0.20 integration results in error due to parameter mismatch.
Error message: "error: unexpected argument '--log' found"
Bash version: GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Additional tool version: hq v0.20
Additional context
This appears to be a compatibility issue between Nextflow and recent versions of hq. The hq tool has updated its parameter syntax from '--log' to '--stream'. The pipeline generator in Nextflow needs to be updated to use the new parameter syntax.
Proposed solution: Update Nextflow's hq integration to generate '--stream' instead of '--log' when working with hq v0.20 and above.
Report submitted by: Younthing
Date: 2024-12-03 06:40:00 UTC
The text was updated successfully, but these errors were encountered:
Younthing
changed the title
Command executed: hq --output-mode=quiet submit --directives=file .command.run error: unexpected argument '--log' found Usage: #HQ <hq submit parameters>
hq unexpected argument '--log' found
Dec 3, 2024
Bug report
Expected behavior and actual behavior
Expected: Nextflow pipeline should work with hq v0.20
Actual: Pipeline fails due to parameter incompatibility - hq v0.20 uses '--stream' parameter while Nextflow generates '--log' parameter
Steps to reproduce the problem
Running Nextflow pipeline with hq v0.20 integration results in error due to parameter mismatch.
Error message: "error: unexpected argument '--log' found"
Program output
Environment
Additional context
This appears to be a compatibility issue between Nextflow and recent versions of hq. The hq tool has updated its parameter syntax from '--log' to '--stream'. The pipeline generator in Nextflow needs to be updated to use the new parameter syntax.
Proposed solution: Update Nextflow's hq integration to generate '--stream' instead of '--log' when working with hq v0.20 and above.
Report submitted by: Younthing
Date: 2024-12-03 06:40:00 UTC
The text was updated successfully, but these errors were encountered: