-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reduce computational time of AWS megatest #158
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
f575591
Reduce features of fulltest
b5e7d91
Update changelog
01e0927
Check for multiple sample before splitting
976f2ff
Fix case if empty
LouisLeNezet 2aed82f
Update snapshot phasing sbwf
LouisLeNezet 7222146
Update CHANGELOG
LouisLeNezet 826ca63
Update config
LouisLeNezet c600724
Add query version
LouisLeNezet 2ca561d
Remove unecessary sbwf inclusion
LouisLeNezet 1512e82
Update changelog and add dependencies
LouisLeNezet eeb8825
Fix window size
LouisLeNezet add70ee
Fix name output suffix
LouisLeNezet 50344fe
Update config
70a3aaf
Fix small naming
4ff1ed0
Clean multiqc
e0b8d1b
Update output.md
2002404
Update nf-test and snapshot
96258d3
Fix config import order
b65bfa0
Reset changes
320ae35
Update pluginsplit
028f097
Update test
3c75649
Update changelog and remove bcftools query from config
1262ef2
Update output.md and remove bcftools query from config
0a5cb05
Update nf-test sbwf
9802306
Update docs/output.md
LouisLeNezet ae061f6
Merge branch 'dev' into fulltest_only
LouisLeNezet c2a0d0d
Reset changes
42c5b68
Reset pluginsplit
ad643d1
Add back lenient mode in PR
9d95bad
Change resourceLimits
3cc9f7a
Set back testquality
24b6321
Change resourceLimits
d299471
Reset VCF_SPLIT_BCFTOOLS
e63304e
Add chunks size config
ae4e4fb
Update snapshot
6c2efb4
Reset change
e05b8ef
Reset change
861a0ee
Update snapshot
0e47798
Merge branch 'dev' into fulltest_only
LouisLeNezet 6ba6eba
Merge branch 'dev' into fulltest_only
LouisLeNezet f8c01ac
Update snapshot
10d95fe
Update snapshot
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
process { | ||
resourceLimits = [ | ||
cpus: 4, | ||
memory: '15.GB', | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '10.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
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 think it can handle up to 15GB 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. This limit was also set for my WSL virtual machine that only go up to 7Gb. |
||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
|
||
process { | ||
resourceLimits = [ | ||
cpus: 2, | ||
memory: '2.GB', | ||
cpus: 4, | ||
memory: '4.GB', | ||
time: '1.h' | ||
] | ||
} | ||
|
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
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.
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.
If we now remove the batch number from the statistics, aren't all batches going to have the same name? How we will differentiate between batches? I haven't been able to process a test with >1 batch to see how the report will look like.
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.
There is batch file processed in the statistic. The aim to remove this pattern was to clean up a bit the name of the sample in the multiqc output html.
What could be done would be to allow the grouping of the samples by batch in the multiqc output (enable by the last multiqc version). But I think this should be done outside this PR.