-
Notifications
You must be signed in to change notification settings - Fork 13
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
Better snakemake cluster submission support #129
Merged
Merged
Changes from 35 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
22fb1e6
add resources or localrules for each rule
AroneyS 925260c
add multiplier for resources with retry
AroneyS fc9f55c
add threads to match mem_mb
AroneyS 4e95ad1
run test_integration tests in permanent dir
AroneyS 7dd653e
add logs to each rule
AroneyS 62c0e19
reduce refinery times
AroneyS 8ef6bd1
add rerun triggers to run_workflow
AroneyS 704e652
add rerun_triggers to run_workflow in main
AroneyS d7d6756
fix rerun_triggers default
AroneyS 69fec3b
add --snakemake-profile and --cluster-retries arguments
AroneyS a0a3d72
fix logs for "script" rules
AroneyS 076c2fd
add \n to logf.write cmds
AroneyS 6b0e5a2
missed some
AroneyS 2d88935
fix profile check when running snakemake
AroneyS d4ba3f4
account for occasional long-term semibin2 runs
AroneyS e240d0a
fix tests
AroneyS 80d4efe
fix programs which log to stdout
AroneyS ac61051
improve portability
AroneyS eb18a06
echo CheckM2 database to log
AroneyS 08c8758
add keep-going to snakemake cmd
AroneyS c7df052
remove groups
AroneyS 58817fb
add resources to qc.smk
AroneyS 242667a
test queue submission across assembly+recovery
AroneyS ab5747e
fix test
AroneyS 5123ade
consolidate integration tests
AroneyS 0cb1c9f
fix test name
AroneyS 8f35643
remove tmpdir from integration tests
AroneyS 919a96c
add log files to qc rules
AroneyS a1ad666
remove extra quotes
AroneyS 233f219
add log files to assembly
AroneyS 180c1ac
fix some logging errors
AroneyS fcbf579
fix another print
AroneyS 823e0b6
add refinery logging when skipping
AroneyS 252755f
move refinery logging to log also for refine_dastool
AroneyS 66c0127
re-add logging that otherwise missed
AroneyS c11b501
add example snakemake cluster to docs
AroneyS 99e6bec
rename cluster submission section
AroneyS 0a2d7e0
add memory increase/cap information to RAM control section
AroneyS 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear whether you mean the user or aviary does the creating. I think an example yml in the doco would go a long way here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some stuff under Advanced Usage. Is that what you wanted?