Skip to content

Commit

Permalink
fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Jul 31, 2024
1 parent 84f4939 commit 1c0ed94
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ params {


// OMA Browser data directory
oma_browser_data_dir = "${DARWIN_BROWSERDATA_PATH}"
oma_browser_data_dir = "test/bla"
nr_medium_procs = 10

// Output directory
Expand Down Expand Up @@ -78,22 +78,6 @@ profiles {
process.shell = ['/bin/bash', '-euo', 'pipefail']


timeline {
enabled = true
file = "${params.outdir}/pipeline_info/execution_timeline_${trace_timestamp}.html"
}
report {
enabled = true
file = "${params.outdir}/pipeline_info/execution_report_${trace_timestamp}.html"
}
trace {
enabled = true
file = "${params.outdir}/pipeline_info/execution_trace_${trace_timestamp}.txt"
}
dag {
enabled = true
file = "${params.outdir}/pipeline_info/pipeline_dag_${trace_timestamp}.html"
}

// Meta-data of the pipeline
manifest {
Expand Down

0 comments on commit 1c0ed94

Please sign in to comment.