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

momps, mlst results overwrite when pipeline is resumed #195

Open
cimendes opened this issue Feb 18, 2019 · 1 comment
Open

momps, mlst results overwrite when pipeline is resumed #195

cimendes opened this issue Feb 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@cimendes
Copy link
Member

Both these components have a a compile_results processes that combines the results and appends them into a single report.tsv file. This file is then symlinked to the publishDir folder. Upon re-execution of the pipeline with the resume flag, the combine_reports is executed, creating a new report.tsv file that in then symlinked to the publishDir, overwriting the original one and all previous results are lost.

So far I can't figure out a way to prevent this from happening and still keep the results in a single tsv file. A solution is to stop this aggregating behavior and keep the results in a file per sample. Do you agree with this solution?

@cimendes cimendes added bug Something isn't working help wanted Extra attention is needed labels Feb 18, 2019
@jacarrico
Copy link
Collaborator

Looks a good compromise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants