Skip to content

Commit

Permalink
Update nextflow.config for version and Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui authored Jan 24, 2025
1 parent 604f0f7 commit 9704cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ params.dT_LENGTH = 20
params.threads = 10
params.seed = 2025
docker.enabled = true
process.container = 'hamraouii/asarusim:1.0'
process.container = 'genomicpariscentre/asarusim:1.0'
docker.runOptions = '-u $(id -u):$(id -g)'


Expand Down Expand Up @@ -115,5 +115,5 @@ manifest {
description = 'Simulating 10x single-cell long-reads'
mainScript = 'main.nf'
nextflowVersion = '!>=21.10.3'
version = '1.0'
version = '1.0.1'
}

0 comments on commit 9704cac

Please sign in to comment.