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

FUNCTIONALITY: Adding option for output location #22

Closed
boasvdp opened this issue Jul 26, 2020 · 1 comment
Closed

FUNCTIONALITY: Adding option for output location #22

boasvdp opened this issue Jul 26, 2020 · 1 comment

Comments

@boasvdp
Copy link

boasvdp commented Jul 26, 2020

Currently, output is automatically moved to a folder in the input directory. It would be helpful if the output directory could be specified in the CPgeneProfiler() function.

@ramadatta
Copy link
Owner

ramadatta commented Sep 29, 2020

We agree with reviewer’s comment and this issue has been resolved. The output directory could now be specified using cp_summarize command.

For example:
cp_summarize(outdir_loc = "/home/user/test", outdir = "xyz_directory", report="SummaryPlots" , image = "png")

The above command will automatically create a xyz_directory folder under /home/user/test location and transfers all the output files into xyz_directory at the specified location. Please find the details of cp_summarize command from the testData section.

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

2 participants