Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing configuration and report files #2191

Closed
sstrong99 opened this issue Feb 23, 2023 · 7 comments
Closed

Missing configuration and report files #2191

sstrong99 opened this issue Feb 23, 2023 · 7 comments
Labels
bug Something isn't working template nf-core pipeline/component template

Comments

@sstrong99
Copy link

sstrong99 commented Feb 23, 2023

Description of the bug

When I run the nf-core/atacseq pipeline on NextflowTower with an aws compute environment, the only files in <outdir>/pipeline_info are samplesheet.valid.csv and software_versions.yml. The pipeline config indicates that there should be 4 other files as well:

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

and tracedir = ${params.outdir}/pipeline_info by default.

Command used and terminal output

No response

System information

NextflowTower
aws TowerForge compute environment
Nextflow version 23.02.0-edge

@sstrong99 sstrong99 added the bug Something isn't working label Feb 23, 2023
@sstrong99
Copy link
Author

FYI @maxulysse

@maxulysse
Copy link
Member

Can confirm that I reproduce that with tower on both AWS and GCP

Tried @FriederikeHanssen trick and set up tracedir in full, and it worked...
I now have the pipeline_info folder

@mashehu
Copy link
Contributor

mashehu commented Feb 23, 2023

How is that an issue with tools? Sounds more like a tower problem, or am I missing something?

@ewels
Copy link
Member

ewels commented Feb 28, 2023

It sounds like a config resolution issue within Nextflow to me. So likely something that needs a fix within the template.

@ewels ewels added the template nf-core pipeline/component template label Feb 28, 2023
@sstrong99
Copy link
Author

I removed these lines from the nextflow_schema.json and that seems to have fixed it: https://github.com/nf-core/atacseq/blob/master/nextflow_schema.json#L591-L597

Maybe some kind of conflict btw the default specified there vs the one specified in nextflow.config?

@sstrong99
Copy link
Author

and actually just deleting the default line seems to fix it as well: https://github.com/nf-core/atacseq/blob/master/nextflow_schema.json#L594

@maxulysse
Copy link
Member

Fixed in #2317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working template nf-core pipeline/component template
Projects
None yet
Development

No branches or pull requests

4 participants