Skip to content

Commit

Permalink
trace file
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Oct 1, 2024
1 parent 41b7f39 commit 34fbca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_run_dataset_R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
nextflow self-update
- name: Run pipeline with test data
shell: bash
run: |
nextflow run main.nf -profile test,docker --mode run_dataset \
--methods rctd,music,spatialdwls,nnls,seurat
echo $(ls)
- name: Upload proportions and metrics
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ params {

trace {
enabled = true
file = 'trace.txt'
fields = 'task_id,hash,name,tag,status,exit,container,duration,realtime,cpus,disk,memory,attempt,%cpu,%mem,rss,peak_rss,vmem,peak_vmem'
}

Expand Down

0 comments on commit 34fbca2

Please sign in to comment.