Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 402 Bytes

File metadata and controls

14 lines (10 loc) · 402 Bytes

Nextflow lint results

  • Generated: 2026-01-31T00:21:47.346966149Z
  • Nextflow version: 25.12.0-edge
  • Summary: 1 warning

⚠️ Warnings

  • Warning: workflows/rangeland.nf:160:5: Variable was declared but not used

        grouped_trend_data = HIGHER_LEVEL.out.mosaic.map{ it -> it[1] }.flatten().buffer( size: Integer.MAX_VALUE, remainder: true )
        ^^^^^^^^^^^^^^^^^^