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

Keep raw data and processed data separate #79

Open
cjlegg opened this issue Nov 13, 2020 · 3 comments
Open

Keep raw data and processed data separate #79

cjlegg opened this issue Nov 13, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@cjlegg
Copy link
Collaborator

cjlegg commented Nov 13, 2020

Only tool srcountsanalyzer has an outputdir option. This is not the only difficulty. The inputdir an outputdir options for all the tools should be reviewed. In particular it should be recognized that the raw data exists in at least two directories - the main one backtrace directory - in fact it is possible that the user could elect to have a separate raw data directory for each of the five call sampling libraries. Further it should also be taken into account that the tools produce intermediate data files from the raw data which are then used as inputs to another program(the .png graph in the doc directory shows the intermediate data files as the ones in the middle row). The options should allow the user to take in inputs from all these different directories and direct them to an output directory that they wish (or it should stated that the output directory is the command's working directory). Also it should be possible for the user to keep the intermediate and final data sets in separate directories from the raw captured data to avoid confusion and easy re -analysis.

@gvallee gvallee added the wontfix This will not be worked on label Dec 18, 2020
@gvallee
Copy link
Owner

gvallee commented Dec 18, 2020

This is not a product, it does not matter to me.

@gvallee gvallee added enhancement New feature or request and removed wontfix This will not be worked on labels Dec 18, 2020
@gvallee
Copy link
Owner

gvallee commented Dec 18, 2020

After discussion the point is more about keeping the raw data pristine and have the processed data in different directories

@gvallee gvallee changed the title Directory options for post processing tools are not homogneous Keep raw data and processed data separate Dec 18, 2020
@gvallee
Copy link
Owner

gvallee commented Dec 18, 2020

A first step would be to have all the command line tools support the specification of the output directory.
Of course this means that some tools will need two inputs: the raw data directory and the processed data directory.
We also need to audit the various command line tools to know which tools already does what.

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

No branches or pull requests

2 participants