Skip to content

Commit 34fbca2

Browse files
committed
trace file
1 parent 41b7f39 commit 34fbca2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test_run_dataset_R.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
nextflow self-update
3535
3636
- name: Run pipeline with test data
37+
shell: bash
3738
run: |
3839
nextflow run main.nf -profile test,docker --mode run_dataset \
3940
--methods rctd,music,spatialdwls,nnls,seurat
41+
echo $(ls)
4042
4143
- name: Upload proportions and metrics
4244
uses: actions/upload-artifact@v3

conf/test.config

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ params {
3131

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

0 commit comments

Comments
 (0)