-
Notifications
You must be signed in to change notification settings - Fork 36
feat: custom log file behaviour #159
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
f50794c
feat: added flags for intended logfile behaviour - no code, yet
cmeesters b64b3a9
fix: syntax errors and formatting
cmeesters a7d9df7
fix: working interface
cmeesters 5133877
Merge branch 'main' into feat/logfeatures
cmeesters 9c68936
fix: log prefix instead of logdir. - not working
cmeesters 099292e
Merge branch 'main' into feat/logfeatures
cmeesters db4172a
feat: implementing all features as described
cmeesters 0d6a200
fix: removed unnecessary pathlib import
cmeesters 34adb4e
fix: lininting issues
cmeesters 730433f
fix: using atexit to decouple the function from __del__, moved all co…
cmeesters 490a7c3
fix: deleted unused import
cmeesters a9ff35c
fix: deleted unused import
cmeesters e567349
fix: linting issues
cmeesters 4770c8b
fix: linting issues II
cmeesters 9cc019b
feat: not rellying on '/home/$USER' any more, this is dangerous. Inst…
cmeesters bfd9cd6
fix: removed trailing whitespace
cmeesters d7e0e93
fix: using os.path.join for path concatenation, like it should be
cmeesters 39cf201
Update snakemake_executor_plugin_slurm/__init__.py
cmeesters 568080a
Merge branch 'feat/logfeatures' of github.com:snakemake/snakemake-exe…
cmeesters e727989
fix: formatting and linting
cmeesters 51ae157
fix: moved cleanup code before __post_init__
cmeesters e43f108
fix: removed one more trailing whitespace
cmeesters 88b6705
fix: those who want to keep all logs should be pleased
cmeesters 009e216
docs: documenting the new feature
cmeesters 8260f6b
fix: removed table of command line flags special to the executor - it…
cmeesters f750600
feat: same code - based on on the pathlib library
cmeesters b661dd8
Update snakemake_executor_plugin_slurm/utils.py
cmeesters aaad25d
fix: no multiline warnings
cmeesters 6f74d18
fix: removed outcommented code
cmeesters 63b4f59
fix: reordered such that functions follow 'post_init'
cmeesters 829a889
fix: converted help strings to single line strings
cmeesters c9c0eed
fix: reverted to previous default of logging in workdir
cmeesters 8a18089
fix: back to default SLURM logdir NOT being in HOME, all code now bas…
cmeesters 1ef9e98
fix: removed (once more) the additional flags section
cmeesters 9764842
feat: documentation on the new features
cmeesters 59cf40e
Update snakemake_executor_plugin_slurm/utils.py
cmeesters c9c7b8e
fix: recursively deleting log subdirs
cmeesters 739f878
Update snakemake_executor_plugin_slurm/__init__.py
johanneskoester d6f5567
Update snakemake_executor_plugin_slurm/__init__.py
johanneskoester File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.