Project

General

Profile

Actions

Story #19246

open

Investigate running NextFlow using TES on Arvados

Added by Peter Amstutz almost 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assigned To:
-
Target version:
-
Start date:
04/01/2023
Due date:
10/31/2023 (about 7 months late)
% Done:

0%

Estimated time:
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 - Story #11161: [GA4GH] Support task execution API using crunch v2 containersNew

Actions
Actions #1

Updated by Peter Amstutz almost 2 years ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz almost 2 years ago

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

Updated by Peter Amstutz almost 2 years ago

  • Tracker changed from Feature to Story
Actions #4

Updated by Peter Amstutz almost 2 years ago

  • Related to Story #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

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

Also available in: Atom PDF