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

GEMmaker no longer creates nextflow reports by default #267

Open
JohnHadish opened this issue Nov 19, 2022 · 3 comments
Open

GEMmaker no longer creates nextflow reports by default #267

JohnHadish opened this issue Nov 19, 2022 · 3 comments
Assignees

Comments

@JohnHadish
Copy link
Collaborator

Description of feature

GEMmaker used to automatically produce the summary, timeline, and trace reports by default. The user must now request these to be run manually.

GEMmaker Documentation on Reports
Nextflow Documentation

What needs to be added back in:

trace {
    enabled = true
    file = 'pipeline_trace.txt'
    fields = 'task_id,name,status,exit,realtime,%cpu,rss'
}
@JohnHadish JohnHadish self-assigned this Nov 19, 2022
@spficklin
Copy link
Member

I recently ran GEMmaker and got these files in the results/pipeline_info directory:

execution_report_2022-11-06_16-53-56.html    
execution_trace_2022-11-06_16-53-56.txt
execution_timeline_2022-11-06_16-53-56.html  
pipeline_dag_2022-11-06_16-53-56.svg

Are these the files you are missing?

@JohnHadish
Copy link
Collaborator Author

Yes, those are the missing files. Do you have your submission script for that run?

@spficklin
Copy link
Member

Yes, I do. I'll send them to you. I didn't include the trace settings above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants