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

Clean up temporary files #79

Open
iimog opened this issue Oct 10, 2017 · 3 comments
Open

Clean up temporary files #79

iimog opened this issue Oct 10, 2017 · 3 comments
Assignees
Milestone

Comments

@iimog
Copy link
Member

iimog commented Oct 10, 2017

ChloroExtractor creates multiple large temporary files (especially the jellyfish files can be multiple GB in size). An option like --clean to remove those temporary files and only keep the final output would be convenient. Alternatively the cleaning could be the default and an option like --keep-intermediates could be introduced.

@greatfireball
Copy link
Member

I would suggest the following behaviour:

  1. default procedure should be cleaning of all intermediate files incl. assembly folder etc. (default or triggered by --no-keep
  2. single --keep will keep the assembly folder, but will remove other intermediate files
  3. at least two --keep (similar to an enhanced verbosity mode by multiple --verbose) will keep all intermediate output files

opinions?

@iimog
Copy link
Member Author

iimog commented Oct 13, 2017

In my opinion this is a good solution.

@greatfireball
Copy link
Member

It is filed for version 2.0.0

@greatfireball greatfireball added this to the v2.0.0 milestone Jan 15, 2018
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