Skip to content

Commit

Permalink
test v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjslee committed Oct 7, 2024
1 parent 249d8cd commit 2e0aaa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions nextflow/nexus_v0.1.10_nextflow_slurm.config
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ process {
cpus = 32
memory = 128.GB
time = '3days'
bustools_memory = 64.GB
}
withLabel: 'liqa' {
container = 'ajslee/liqa:1.3.4'
Expand Down
2 changes: 2 additions & 0 deletions src/nexuslib/pipelines/modules/kallisto.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env nextflow

process runKallistoQuantTccLongReads {

label 'kallisto'
tag "${sample_id}"
debug true
Expand Down Expand Up @@ -39,6 +40,7 @@ process runKallistoQuantTccLongReads {
bustools sort \
-t ${task.cpus} \
-o ${sample_id}_kallisto_outputs/sorted.bus \
-m ${task.bustools_memory.toGiga()}G \
$params_bustools_sort \
${sample_id}_kallisto_outputs/output.bus
Expand Down
1 change: 1 addition & 0 deletions test/data/nextflow/nextflow_test_docker.config
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ process {
cpus = 2
memory = '4.GB'
time = '1hour'
bustools_memory = 1.GB
}
withLabel: 'liqa' {
container = 'ajslee/liqa:1.3.4'
Expand Down

0 comments on commit 2e0aaa4

Please sign in to comment.