-
Notifications
You must be signed in to change notification settings - Fork 57
Submit tasks as job arrays and fix RNAs in distill summaries #472
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
base: dev
Are you sure you want to change the base?
Changes from 13 commits
976c683
ef13eed
d9a3bc6
a087cf4
f5697b2
63ea268
7414979
a77c29e
e8b0e95
4418739
cd3b7ac
ed054bd
d39ff14
64ab39e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -59,8 +59,14 @@ process { | |
| withLabel:error_ignore { | ||
| errorStrategy = 'ignore' | ||
| } | ||
|
|
||
| withLabel:error_retry { | ||
| errorStrategy = 'retry' | ||
| maxRetries = 2 | ||
| } | ||
|
|
||
| withName: 'DRAM:ANNOTATE:CALL:.*|DRAM:ANNOTATE:DB_SEARCH:.*' { | ||
| array = params.array_size | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would like to support people running DRAM2 with local executor (such as on their own computer if they want), which doesn't support array. So the array should only be used with executors that support it. |
||
| } | ||
|
|
||
|
||
| } | ||
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.
jobs under
DRAM:ANNOTATE:QC:COLLECT.*could also have a job array