Project

General

Profile

Actions

Idea #19246

open

Investigate running NextFlow on Arvados (possibly using TES)

Added by Peter Amstutz almost 2 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Target version:
Story points:
-
Release:
Release relationship:
Auto

Description

NextFlow supports a variety of backends, including AWS Batch, Azure Batch and TES , all of which exist at a similar level and with similar capabilities to the Arvados Crunch container request API.

https://www.nextflow.io/docs/latest/executor.html

Investigate potential for a Crunch backend for NextFlow and/or a TES compatibility layer for Arvados.


Related issues

Related to Arvados - Idea #11161: [GA4GH] Support task execution API using crunch v2 containersNewActions
Actions #1

Updated by Peter Amstutz almost 2 years ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz almost 2 years ago

  • Release set to 28
  • Start date set to 12/01/2022
  • Due date set to 05/31/2023
  • Project changed from Arvados to Arvados Epics
Actions #3

Updated by Peter Amstutz almost 2 years ago

  • Tracker changed from Feature to Idea
Actions #4

Updated by Peter Amstutz almost 2 years ago

  • Related to Idea #11161: [GA4GH] Support task execution API using crunch v2 containers added
Actions #5

Updated by Peter Amstutz almost 2 years ago

The bash script gets built here: nextflow/modules/nextflow/src/main/groovy/nextflow/executor/BashWrapperBuilder.groovy

The driver seems to be here:

nextflow/plugins/nf-amazon/src/main/nextflow/cloud/aws/batch/AwsBatchTaskHandler.groovy

Where newSubmitRequest() actually translates "nextflow.processor.TaskRun" to "com.amazonaws.services.batch.model.SubmitJobRequest"

Actions #6

Updated by Peter Amstutz almost 2 years ago

Handles containers by building a Docker (or other container runner) command line on the fly, e.g.

nextflow/modules/nextflow/src/main/groovy/nextflow/container/DockerBuilder.groovy

Which gets injected into the do-everything bash script (in BashWrapperBuilder)

Seems to lean on Docker to pull the image on demand

Actions #7

Updated by Peter Amstutz almost 2 years ago

  • Subject changed from Investigate running NextFlow on Arvados to Investigate running NextFlow using TES on Arvados
Actions #8

Updated by Peter Amstutz over 1 year ago

  • Start date changed from 12/01/2022 to 04/01/2023
  • Due date changed from 05/31/2023 to 10/31/2023
Actions #9

Updated by Peter Amstutz about 1 year ago

  • Start date changed from 04/01/2023 to 01/01/2024
  • Due date changed from 10/31/2023 to 04/30/2024
Actions #10

Updated by Peter Amstutz 8 months ago

  • Subject changed from Investigate running NextFlow using TES on Arvados to Investigate running NextFlow on Arvados (possibly using TES)
Actions #11

Updated by Peter Amstutz 3 months ago

  • Start date changed from 01/01/2024 to 06/01/2024
  • Due date changed from 04/30/2024 to 12/31/2024
Actions #12

Updated by Peter Amstutz about 2 months ago

  • Target version set to Future
Actions

Also available in: Atom PDF