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

Parallel #20

Closed
kJONN opened this issue Jun 28, 2022 · 5 comments
Closed

Parallel #20

kJONN opened this issue Jun 28, 2022 · 5 comments
Assignees

Comments

@kJONN
Copy link

kJONN commented Jun 28, 2022

In our study we have thousands of scan sessions and I would like to run these in parallel. It seems though that the results.tsv file gets newly remade with every parallel run of the program. Is there a way to append to it while running it simultaneously? it seems that in the participant folder only the png files are saved and not any participant data that can be extracted afterwards in one go.
Thanks.

@satishev
Copy link
Contributor

Looping in @Amir-Reza-Sadri

@Amir-Reza-Sadri
Copy link
Collaborator

If I understand correctly in the front-end you can use the table control right after each table, use deselect button to remove undesired cases, and then save them to new results.tsv file.

@kJONN
Copy link
Author

kJONN commented Jul 11, 2022

Hi @Amir-Reza-Sadri , thanks for getting back to me.
I think one of us misunderstands. If I runs MRQy in parallel then I get at the end of it a results.tsv file that does not include all the data, but only the data of the instance that completed last. So the front-end does not display all cases because the results.tsv file does not contain them.
Thanks for any assistance or ideas.

@satishev
Copy link
Contributor

Each parallel run is generating TSV files.. can't all the TSV files just be concatenated into a single TSV file which can then be passed into the HTML interface?

@kJONN
Copy link
Author

kJONN commented Jul 12, 2022

I will generate the output to different dirs then and concatenate the TSVs. That is a very workable solution.
Thank you for your assistance!

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

No branches or pull requests

3 participants